Home
last modified time | relevance | path

Searched defs:UnsortedSegmentSum (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsegment_reduction_ops.cc96 class UnsortedSegmentSum : public UnsortedSegmentReduce { class
98 explicit UnsortedSegmentSum(OpKernelConstruction* ctx) in UnsortedSegmentSum() function in tensorflow::__anon7ff0dacf0111::UnsortedSegmentSum
/external/tensorflow/tensorflow/go/op/
Dwrappers.go32618 func UnsortedSegmentSum(scope *Scope, data tf.Output, segment_ids tf.Output, num_segments tf.Output… func