Home
last modified time | relevance | path

Searched refs:output_nan (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/tests/
H A Ddnn-layer-mathunary.c97 int output_nan = isnan(output[i]); in test() local
99 if ((!output_nan && !expected_nan && fabs(output[i] - expected_output) > EPS) || in test()
100 (output_nan && !expected_nan) || (!output_nan && expected_nan)) { in test()
/third_party/ffmpeg/tests/dnn/
H A Ddnn-layer-mathunary-test.c95 int output_nan = isnan(output[i]); in test() local
97 if ((!output_nan && !expected_nan && fabs(output[i] - expected_output) > EPS) || in test()
98 (output_nan && !expected_nan) || (!output_nan && expected_nan)) { in test()

Completed in 1 milliseconds