Home
last modified time | relevance | path

Searched refs:input_max2 (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/
Ddetection_postprocess_test.cc91 const float input_max2 = 0, const float input_min3 = 0, in TestDetectionPostprocess() argument
124 input_max2 != 0 || input_min3 != 0 || input_max3 != 0) { in TestDetectionPostprocess()
128 const float input_scale2 = ScaleFromMinMax<uint8_t>(input_min2, input_max2); in TestDetectionPostprocess()
130 ZeroPointFromMinMax<uint8_t>(input_min2, input_max2); in TestDetectionPostprocess()