Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp537 const float compilationTime = static_cast<float>(endTime - startTime) / 1000000.0f; in benchmarkSingleTypeOfCompilation() local
539 results->push_back(compilationTime); in benchmarkSingleTypeOfCompilation()
543 compilationTotal += compilationTime; in benchmarkSingleTypeOfCompilation()