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