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

Shorthand for SparseMatrixSparseMatMul::new().call(&ctx, &a, &b).

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