Struct tensorflow::ops::TensorMapHasKeyInst
source · pub struct TensorMapHasKeyInst {
pub op: Operation,
}
Expand description
An instance of ‘TensorMapHasKey’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built TensorMapHasKey Operation in a Tensorflow graph.
Implementations§
source§impl TensorMapHasKeyInst
impl TensorMapHasKeyInst
Trait Implementations§
source§impl Clone for TensorMapHasKeyInst
impl Clone for TensorMapHasKeyInst
source§fn clone(&self) -> TensorMapHasKeyInst
fn clone(&self) -> TensorMapHasKeyInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TensorMapHasKeyInst
impl Debug for TensorMapHasKeyInst
source§impl From<TensorMapHasKeyInst> for Operation
impl From<TensorMapHasKeyInst> for Operation
source§fn from(inst: TensorMapHasKeyInst) -> Operation
fn from(inst: TensorMapHasKeyInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for TensorMapHasKeyInst
impl Send for TensorMapHasKeyInst
impl Sync for TensorMapHasKeyInst
impl Unpin for TensorMapHasKeyInst
impl UnwindSafe for TensorMapHasKeyInst
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more