Home
last modified time | relevance | path

Searched defs:RelativeTolerance (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dunary_elementwise_tester.h48 inline UnaryElementwiseTester& RelativeTolerance(float relative_tolerance) { in RelativeTolerance() function
53 float RelativeTolerance() const { return relative_tolerance_; } in RelativeTolerance() function
H A Dreduce_tester.h93 inline ReduceTester& RelativeTolerance(float relative_tolerance) { in RelativeTolerance() function
98 inline float RelativeTolerance() const { return relative_tolerance_; } in RelativeTolerance() function
/aosp_15_r20/external/ComputeLibrary/tests/validation/
H A DValidation.h113 explicit constexpr RelativeTolerance(value_type value) in RelativeTolerance() function