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