Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dunsorted_segment.cc130 struct SegmenProd { struct
131 inline T operator()(const T& a, const T& b) const { return a * b; } in operator ()()
132 static constexpr T kInitialValue = T(1);
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
H A Dunsorted_segment.cc162 struct SegmenProd { struct
163 inline T operator()(const T& a, const T& b) const { return a * b; } in operator ()()
164 static constexpr T kInitialValue = T(1);