Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp410 size_t outputsCount = mTfliteInterpreter->outputs().size(); in benchmark() local
413 result.meanSquareErrors.resize(outputsCount); in benchmark()
414 result.maxSingleErrors.resize(outputsCount); in benchmark()
415 result.inferenceOutputs.resize(outputsCount); in benchmark()
418 if (outputsCount != data.outputs.size()) { in benchmark()
421 data.outputs.size(), outputsCount); in benchmark()
424 for (int j = 0; j < outputsCount; ++j) { in benchmark()
430 for (int j = 0; j < outputsCount; ++j) { in benchmark()