Home
last modified time | relevance | path

Searched defs:error_threshold (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dresize_bilinear_test.cc36 int output_height, float error_threshold) { in TestOneResizeBilinear()
133 float error_threshold = 1e-5; in TEST_P() local
158 float error_threshold = 1e-5; in TEST_P() local
183 float error_threshold = 1e-5; in TEST_P() local
/external/eigen/unsupported/test/
Dcxx11_tensor_contract_sycl.cpp40 static const DataType error_threshold = DataType(1e-4); in test_sycl_contraction() local
158 static const DataType error_threshold = DataType(1e-4); in test_no_out_of_bounds() local
266 static const DataType error_threshold = DataType(1e-4); in test_scalar() local
325 static const DataType error_threshold = DataType(1e-4); in contraction_batch() local
398 static const DataType error_threshold = DataType(1e-4); in contraction_rhs_transposed() local
467 static const DataType error_threshold = DataType(1e-4); in contraction_lhs_transposed() local
533 static const DataType error_threshold = DataType(1e-4); in contraction_both_transposed() local
Dcxx11_tensor_scan_sycl.cpp29 static const DataType error_threshold = 1e-4f; in test_sycl_cumsum() local
Dcxx11_tensor_generator_sycl.cpp19 static const float error_threshold =1e-8f; variable
Dcxx11_tensor_convolution_sycl.cpp32 static const float error_threshold =1e-4f; variable