Struct tensorflow::eager::raw_ops::AnonymousMutableHashTable
source · pub struct AnonymousMutableHashTable { /* private fields */ }
Expand description
AnonymousMutableHashTable
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/AnonymousMutableHashTable
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 target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
sourcepub fn call<'a>(&self, ctx: &'a Context) -> Result<TensorHandle<'a>>
pub fn call<'a>(&self, ctx: &'a Context) -> Result<TensorHandle<'a>>
Execute anonymous_mutable_hash_table.
Trait Implementations§
source§impl Clone for AnonymousMutableHashTable
impl Clone for AnonymousMutableHashTable
source§fn clone(&self) -> AnonymousMutableHashTable
fn clone(&self) -> AnonymousMutableHashTable
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 AnonymousMutableHashTable
impl Debug for AnonymousMutableHashTable
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