Function tensorflow::ops::sparse_matrix_add
source · pub fn sparse_matrix_add<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
a: O0,
b: O1,
alpha: O2,
beta: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SparseMatrixAdd::new().build(a, b, alpha, beta, scope)
.