Function tensorflow::ops::sparse_mat_mul

source ·
pub fn sparse_mat_mul<O0: Into<Output>, O1: Into<Output>>(
    a: O0,
    b: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for SparseMatMul::new().build(a, b, scope).