Struct tensorflow::eager::raw_ops::IsTPUEmbeddingInitialized
source · pub struct IsTPUEmbeddingInitialized { /* private fields */ }
Expand description
IsTPUEmbeddingInitialized
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/IsTPUEmbeddingInitialized
Implementations§
source§impl IsTPUEmbeddingInitialized
impl IsTPUEmbeddingInitialized
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 is_tpuembedding_initialized.
Trait Implementations§
source§impl Clone for IsTPUEmbeddingInitialized
impl Clone for IsTPUEmbeddingInitialized
source§fn clone(&self) -> IsTPUEmbeddingInitialized
fn clone(&self) -> IsTPUEmbeddingInitialized
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 IsTPUEmbeddingInitialized
impl Debug for IsTPUEmbeddingInitialized
Auto Trait Implementations§
impl RefUnwindSafe for IsTPUEmbeddingInitialized
impl Send for IsTPUEmbeddingInitialized
impl Sync for IsTPUEmbeddingInitialized
impl Unpin for IsTPUEmbeddingInitialized
impl UnwindSafe for IsTPUEmbeddingInitialized
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