Home
last modified time | relevance | path

Searched refs:max_error (Results 1 – 1 of 1) sorted by relevance

/test/mlts/benchmark/jni/
Drun_tflite.cpp172 float max_error = 0.0; in getOutputError() local
179 if (err > max_error) max_error = err; in getOutputError()
190 if (err > max_error) max_error = err; in getOutputError()
199 result->maxSingleErrors[output_index] = max_error; in getOutputError()