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