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