pub fn segment_min<O0: Into<Output>, O1: Into<Output>>( data: O0, segment_ids: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for SegmentMin::new().build(data, segment_ids, scope).
SegmentMin::new().build(data, segment_ids, scope)