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§
source§impl 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§
source§impl Clone for EnqueueTPUEmbeddingRaggedTensorBatchInst
impl Clone for EnqueueTPUEmbeddingRaggedTensorBatchInst
source§fn clone(&self) -> EnqueueTPUEmbeddingRaggedTensorBatchInst
fn clone(&self) -> EnqueueTPUEmbeddingRaggedTensorBatchInst
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<EnqueueTPUEmbeddingRaggedTensorBatchInst> for Operation
impl From<EnqueueTPUEmbeddingRaggedTensorBatchInst> for Operation
source§fn 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§
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