Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp229 float max_error = 0.0; in getOutputError() local
236 if (err > max_error) max_error = err; in getOutputError()
247 if (err > max_error) max_error = err; in getOutputError()
256 result->maxSingleErrors[output_index] = max_error; in getOutputError()