Function tensorflow::ops::sparse_fill_empty_rows_grad
source · pub fn sparse_fill_empty_rows_grad<O0: Into<Output>, O1: Into<Output>>(
reverse_index_map: O0,
grad_values: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SparseFillEmptyRowsGrad::new().build(reverse_index_map, grad_values, scope)
.