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