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