Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dunsorted_segment.cc136 struct SegmenSum { struct
137 inline T operator()(const T& a, const T& b) const { return a + b; } in operator ()()
138 static constexpr T kInitialValue = T(0);
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
H A Dunsorted_segment.cc168 struct SegmenSum { struct
169 inline T operator()(const T& a, const T& b) const { return a + b; } in operator ()()
170 static constexpr T kInitialValue = T(0);