Struct tensorflow::ops::TensorMapLookupInst
source · pub struct TensorMapLookupInst {
pub op: Operation,
}
Expand description
An instance of ‘TensorMapLookup’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built TensorMapLookup Operation in a Tensorflow graph.
Implementations§
source§impl TensorMapLookupInst
impl TensorMapLookupInst
sourcepub fn input_handle(&self) -> Input<'_>
pub fn input_handle(&self) -> Input<'_>
Returns the ‘input_handle’ Input of this ‘TensorMapLookup’ operation.
Trait Implementations§
source§impl Clone for TensorMapLookupInst
impl Clone for TensorMapLookupInst
source§fn clone(&self) -> TensorMapLookupInst
fn clone(&self) -> TensorMapLookupInst
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 TensorMapLookupInst
impl Debug for TensorMapLookupInst
source§impl From<TensorMapLookupInst> for Operation
impl From<TensorMapLookupInst> for Operation
source§fn from(inst: TensorMapLookupInst) -> Operation
fn from(inst: TensorMapLookupInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for TensorMapLookupInst
impl Send for TensorMapLookupInst
impl Sync for TensorMapLookupInst
impl Unpin for TensorMapLookupInst
impl UnwindSafe for TensorMapLookupInst
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