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