Home
last modified time | relevance | path

Searched defs:allowed_error (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webrtc/video/
H A Dencoder_overshoot_detector_unittest.cc32 double allowed_error, in RunConstantUtilizationTest()
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_allclose.cpp43 auto allowed_error = atol + fabs(rtol * b[i]); in data_is_close() local
/aosp_15_r20/external/executorch/runtime/core/exec_aten/testing_util/
H A Dtensor_util.cpp69 auto allowed_error = atol + std::abs(rtol * bi); in data_is_close() local
/aosp_15_r20/external/executorch/devtools/bundled_program/
H A Dbundled_program.cpp107 auto allowed_error = atol + std::abs(rtol * bi); in elem_is_close() local
/aosp_15_r20/external/executorch/runtime/executor/
H A Dmethod.cpp882 auto allowed_error = atol + std::abs(rtol * rhs); in set_input() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorCompare.cpp353 Tensor allowed_error = atol + (rtol * cast_other).abs(); in isclose() local