pub struct DynamicEnqueueTPUEmbeddingArbitraryTensorBatchInst {
pub op: Operation,
}
Expand description
An instance of ‘DynamicEnqueueTPUEmbeddingArbitraryTensorBatch’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built DynamicEnqueueTPUEmbeddingArbitraryTensorBatch Operation in a Tensorflow graph.
Implementations§
source§impl DynamicEnqueueTPUEmbeddingArbitraryTensorBatchInst
impl DynamicEnqueueTPUEmbeddingArbitraryTensorBatchInst
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 DynamicEnqueueTPUEmbeddingArbitraryTensorBatch 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 DynamicEnqueueTPUEmbeddingArbitraryTensorBatch 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 DynamicEnqueueTPUEmbeddingArbitraryTensorBatch operation.
sourcepub fn mode_override(&self) -> Result<Input<'_>>
pub fn mode_override(&self) -> Result<Input<'_>>
Returns the ‘mode_override’ Input of this ‘DynamicEnqueueTPUEmbeddingArbitraryTensorBatch’ operation.
sourcepub fn device_ordinal(&self) -> Result<Input<'_>>
pub fn device_ordinal(&self) -> Result<Input<'_>>
Returns the ‘device_ordinal’ Input of this ‘DynamicEnqueueTPUEmbeddingArbitraryTensorBatch’ operation.
Trait Implementations§
source§impl Clone for DynamicEnqueueTPUEmbeddingArbitraryTensorBatchInst
impl Clone for DynamicEnqueueTPUEmbeddingArbitraryTensorBatchInst
source§fn clone(&self) -> DynamicEnqueueTPUEmbeddingArbitraryTensorBatchInst
fn clone(&self) -> DynamicEnqueueTPUEmbeddingArbitraryTensorBatchInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more