pub fn dynamic_enqueue_tpuembedding_arbitrary_tensor_batch<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
sample_indices_or_row_splits: O0,
embedding_indices: O1,
aggregation_weights: O2,
mode_override: O3,
device_ordinal: O4,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for DynamicEnqueueTPUEmbeddingArbitraryTensorBatch::new().build(sample_indices_or_row_splits, embedding_indices, aggregation_weights, mode_override, device_ordinal, scope)
.