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