Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dunsorted_segment.cc124 struct SegmenMin { struct
125 inline T operator()(const T& a, const T& b) const { return std::min(a, b); } in operator ()()
126 static constexpr T kInitialValue = std::numeric_limits<T>::max();
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
H A Dunsorted_segment.cc156 struct SegmenMin { struct
157 inline T operator()(const T& a, const T& b) const { return std::min(a, b); } in operator ()()
158 static constexpr T kInitialValue = std::numeric_limits<T>::max();