Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp228 float err_sum = 0.0; in getOutputError() local
237 err_sum += err * err; in getOutputError()
248 err_sum += err * err; in getOutputError()
255 result->meanSquareErrors[output_index] = err_sum / elements_count; in getOutputError()