pub fn add_sparse_to_tensors_map<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    sparse_indices: O0,
    sparse_values: O1,
    sparse_shape: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for AddSparseToTensorsMap::new().build(sparse_indices, sparse_values, sparse_shape, scope).