Home
last modified time | relevance | path

Searched defs:SegmentSum (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dreference_ops.h994 inline void SegmentSum(const RuntimeShape& input_shape, const T* input_data, in SegmentSum() function
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Dmath_grad_test.cc975 TEST_F(NaryGradTest, SegmentSum) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go42328 func SegmentSum(scope *Scope, data tf.Output, segment_ids tf.Output) (output tf.Output) { func