Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp281 size_t outputsCount = mTfliteInterpreter->outputs().size(); in benchmark() local
284 result.meanSquareErrors.resize(outputsCount); in benchmark()
285 result.maxSingleErrors.resize(outputsCount); in benchmark()
286 result.inferenceOutputs.resize(outputsCount); in benchmark()
289 if (outputsCount != data.outputs.size()) { in benchmark()
292 data.outputs.size(), outputsCount); in benchmark()
295 for (int j = 0; j < outputsCount; ++j) { in benchmark()
301 for (int j = 0; j < outputsCount; ++j) { in benchmark()