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.