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