pub fn sparse_matrix_zeros<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    dense_shape: &T0
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for SparseMatrixZeros::new().call(&ctx, &dense_shape).

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