Function tensorflow::ops::sparse_segment_sqrt_ngrad
source · pub fn sparse_segment_sqrt_ngrad<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
grad: O0,
indices: O1,
segment_ids: O2,
output_dim0: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SparseSegmentSqrtNGrad::new().build(grad, indices, segment_ids, output_dim0, scope)
.