Home
last modified time | relevance | path

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

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