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