Function tensorflow::eager::raw_ops::enqueue_tpuembedding_sparse_tensor_batch
source · pub fn enqueue_tpuembedding_sparse_tensor_batch<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
ctx: &'a Context,
sample_indices: &[&T0],
embedding_indices: &[&T1],
aggregation_weights: &[&T2],
mode_override: &T3
) -> Result<()>
Expand description
Shorthand for EnqueueTPUEmbeddingSparseTensorBatch::new().call(&ctx, &sample_indices, &embedding_indices, &aggregation_weights, &mode_override)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/EnqueueTPUEmbeddingSparseTensorBatch