pub fn take_many_sparse_from_tensors_map<O0: Into<Output>>(
    sparse_handles: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for TakeManySparseFromTensorsMap::new().build(sparse_handles, scope).