pub struct EnqueueTPUEmbeddingRaggedTensorBatchInst {
pub op: Operation,
}
Expand description
An instance of ‘EnqueueTPUEmbeddingRaggedTensorBatch’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built EnqueueTPUEmbeddingRaggedTensorBatch Operation in a Tensorflow graph.
Implementations
sourceimpl EnqueueTPUEmbeddingRaggedTensorBatchInst
impl EnqueueTPUEmbeddingRaggedTensorBatchInst
sourcepub fn sample_splits(&self) -> Result<Vec<Input<'_>>>
pub fn sample_splits(&self) -> Result<Vec<Input<'_>>>
Returns a Vector of sample_splits for ‘sample_splits’ Input of this EnqueueTPUEmbeddingRaggedTensorBatch 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 EnqueueTPUEmbeddingRaggedTensorBatch 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 EnqueueTPUEmbeddingRaggedTensorBatch operation.
sourcepub fn mode_override(&self) -> Result<Input<'_>>
pub fn mode_override(&self) -> Result<Input<'_>>
Returns the ‘mode_override’ Input of this ‘EnqueueTPUEmbeddingRaggedTensorBatch’ operation.
Trait Implementations
sourceimpl Clone for EnqueueTPUEmbeddingRaggedTensorBatchInst
impl Clone for EnqueueTPUEmbeddingRaggedTensorBatchInst
sourcefn clone(&self) -> EnqueueTPUEmbeddingRaggedTensorBatchInst
fn clone(&self) -> EnqueueTPUEmbeddingRaggedTensorBatchInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl From<EnqueueTPUEmbeddingRaggedTensorBatchInst> for Operation
impl From<EnqueueTPUEmbeddingRaggedTensorBatchInst> for Operation
sourcefn from(inst: EnqueueTPUEmbeddingRaggedTensorBatchInst) -> Operation
fn from(inst: EnqueueTPUEmbeddingRaggedTensorBatchInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for EnqueueTPUEmbeddingRaggedTensorBatchInst
impl Send for EnqueueTPUEmbeddingRaggedTensorBatchInst
impl Sync for EnqueueTPUEmbeddingRaggedTensorBatchInst
impl Unpin for EnqueueTPUEmbeddingRaggedTensorBatchInst
impl UnwindSafe for EnqueueTPUEmbeddingRaggedTensorBatchInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more