Function tensorflow::ops::sparse_add_grad
source · pub fn sparse_add_grad<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
backprop_val_grad: O0,
a_indices: O1,
b_indices: O2,
sum_indices: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SparseAddGrad::new().build(backprop_val_grad, a_indices, b_indices, sum_indices, scope)
.