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