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