Struct tensorflow::ops::AnonymousMutableHashTable
source · pub struct AnonymousMutableHashTable { /* private fields */ }
Expand description
Builder for the AnonymousMutableHashTable
operation.
Implementations§
source§impl AnonymousMutableHashTable
impl AnonymousMutableHashTable
sourcepub fn key_dtype<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn key_dtype<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the key_dtype
attribute.
sourcepub fn value_dtype<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn value_dtype<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the value_dtype
attribute.
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build(&self, scope: &mut Scope) -> Result<Operation>
pub fn build(&self, scope: &mut Scope) -> Result<Operation>
Builds the AnonymousMutableHashTable
operation.
sourcepub fn build_instance(
&self,
scope: &mut Scope
) -> Result<AnonymousMutableHashTableInst>
pub fn build_instance( &self, scope: &mut Scope ) -> Result<AnonymousMutableHashTableInst>
Builds a new instance of ‘AnonymousMutableHashTable’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for AnonymousMutableHashTable
impl Debug for AnonymousMutableHashTable
source§impl Default for AnonymousMutableHashTable
impl Default for AnonymousMutableHashTable
source§fn default() -> AnonymousMutableHashTable
fn default() -> AnonymousMutableHashTable
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for AnonymousMutableHashTable
impl Send for AnonymousMutableHashTable
impl Sync for AnonymousMutableHashTable
impl Unpin for AnonymousMutableHashTable
impl UnwindSafe for AnonymousMutableHashTable
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