pub fn enqueue_tpuembedding_sparse_tensor_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 EnqueueTPUEmbeddingSparseTensorBatch::new().build(sample_indices, embedding_indices, aggregation_weights, mode_override, scope).