pub fn add_many_sparse_to_tensors_map<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    sparse_indices: &T0,
    sparse_values: &T1,
    sparse_shape: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for AddManySparseToTensorsMap::new().call(&ctx, &sparse_indices, &sparse_values, &sparse_shape).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/AddManySparseToTensorsMap