Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp293 float err_sum = 0.0; in getOutputError() local
302 err_sum += err * err; in getOutputError()
313 err_sum += err * err; in getOutputError()
320 result->meanSquareErrors[output_index] = err_sum / elements_count; in getOutputError()