pub fn take_many_sparse_from_tensors_map<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    sparse_handles: &T0
) -> Result<[TensorHandle<'a>; 3]>
Expand description

Shorthand for TakeManySparseFromTensorsMap::new().call(&ctx, &sparse_handles).

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