Struct tensorflow::ops::CollateTPUEmbeddingMemory
source · pub struct CollateTPUEmbeddingMemory { /* private fields */ }
Expand description
Builder for the CollateTPUEmbeddingMemory
operation.
Implementations§
source§impl CollateTPUEmbeddingMemory
impl CollateTPUEmbeddingMemory
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
memory_configs: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, memory_configs: O0, scope: &mut Scope ) -> Result<Operation>
Builds the CollateTPUEmbeddingMemory
operation.
sourcepub fn build_instance(
&self,
memory_configs: Vec<Output>,
scope: &mut Scope
) -> Result<CollateTPUEmbeddingMemoryInst>
pub fn build_instance( &self, memory_configs: Vec<Output>, scope: &mut Scope ) -> Result<CollateTPUEmbeddingMemoryInst>
Builds a new instance of ‘CollateTPUEmbeddingMemory’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for CollateTPUEmbeddingMemory
impl Debug for CollateTPUEmbeddingMemory
source§impl Default for CollateTPUEmbeddingMemory
impl Default for CollateTPUEmbeddingMemory
source§fn default() -> CollateTPUEmbeddingMemory
fn default() -> CollateTPUEmbeddingMemory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CollateTPUEmbeddingMemory
impl Send for CollateTPUEmbeddingMemory
impl Sync for CollateTPUEmbeddingMemory
impl Unpin for CollateTPUEmbeddingMemory
impl UnwindSafe for CollateTPUEmbeddingMemory
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