Searched refs:justCompileModel (Results 1 – 2 of 2) sorted by relevance
110 bool justCompileModel, bool mmapModel) { in runModel() argument111 if (justCompileModel) { in runModel()189 bool justCompileModel = in main() local212 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()
68 String nnApiDeviceName, boolean justCompileModel, int clientFailureRatePercent) { in intentInitializer() argument76 intent.putExtra(JUST_COMPILE, justCompileModel); in intentInitializer()