Function tensorflow::ops::enqueue_tpuembedding_ragged_tensor_batch
source · pub fn enqueue_tpuembedding_ragged_tensor_batch<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
sample_splits: O0,
embedding_indices: O1,
aggregation_weights: O2,
mode_override: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for EnqueueTPUEmbeddingRaggedTensorBatch::new().build(sample_splits, embedding_indices, aggregation_weights, mode_override, scope)
.