Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DDetectionPostProcessLayer.cpp78 const float offset_from_max_error = std::abs(f_qmax) + std::abs(max / scale); in qinfo_scaleoffset_from_minmax() local
79 …const float f_offset = offset_from_min_error < offset_from_max_error ? offset_from_mi… in qinfo_scaleoffset_from_minmax()
/aosp_15_r20/external/ComputeLibrary/tests/validation/CPP/
H A DDetectionPostProcessLayer.cpp74 const float offset_from_max_error = std::abs(f_qmax) + std::abs(max / scale); in calc_qinfo() local
75 …const float f_offset = offset_from_min_error < offset_from_max_error ? offset_from_mi… in calc_qinfo()