Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/kernels/
Ddetection_postprocess_test.cc92 const float input_max3 = 0) { in TestDetectionPostprocess() argument
124 input_max2 != 0 || input_min3 != 0 || input_max3 != 0) { in TestDetectionPostprocess()
131 const float input_scale3 = ScaleFromMinMax<uint8_t>(input_min3, input_max3); in TestDetectionPostprocess()
133 ZeroPointFromMinMax<uint8_t>(input_min3, input_max3); in TestDetectionPostprocess()