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