Home
last modified time | relevance | path

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

/test/mlts/benchmark/native/
Dmulti_process_test.cpp110 bool justCompileModel, bool mmapModel) { in runModel() argument
111 if (justCompileModel) { in runModel()
189 bool justCompileModel = in main() local
212 if (!justCompileModel) { in main()
233 testName, justCompileModel ? "compilation only" : "full inference", in main()
265 justCompileModel ? "Compiling" : "Running", modelFileName, in main()
291 justCompileModel, mmapModel); in main()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRunModelsInMultipleProcesses.java68 String nnApiDeviceName, boolean justCompileModel, int clientFailureRatePercent) { in intentInitializer() argument
76 intent.putExtra(JUST_COMPILE, justCompileModel); in intentInitializer()