Function tensorflow::ops::sparse_segment_sum
source · pub fn sparse_segment_sum<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 SparseSegmentSum::new().build(data, indices, segment_ids, scope)
.