Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestGenerated.cpp88 if (mTestCompilationCaching) { in compileModel()
232 SCOPED_TRACE("TestCompilationCaching = " + std::to_string(mTestCompilationCaching)); in execute()
240 mTestCompilationCaching = false; in execute()
242 mTestCompilationCaching = true; in execute()
DTestGenerated.h82 bool mTestCompilationCaching; variable