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