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