Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp345 size_t outputsCount = mTfliteInterpreter->outputs().size(); in benchmark() local
348 result.meanSquareErrors.resize(outputsCount); in benchmark()
349 result.maxSingleErrors.resize(outputsCount); in benchmark()
350 result.inferenceOutputs.resize(outputsCount); in benchmark()
353 if (outputsCount != data.outputs.size()) { in benchmark()
356 data.outputs.size(), outputsCount); in benchmark()
359 for (int j = 0; j < outputsCount; ++j) { in benchmark()
365 for (int j = 0; j < outputsCount; ++j) { in benchmark()