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