Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp171 float err_sum = 0.0; in getOutputError() local
180 err_sum += err * err; in getOutputError()
191 err_sum += err * err; in getOutputError()
198 result->meanSquareErrors[output_index] = err_sum / elements_count; in getOutputError()