Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRunModelsInMultipleProcesses.java63 private boolean mJustCompileModel; field in RunModelsInMultipleProcesses
106 mJustCompileModel = configParams.getBooleanExtra(JUST_COMPILE, DEFAULT_JUST_COMPILE); in init()
137 if (!mJustCompileModel) { in call()
149 mJustCompileModel ? "no-file" : targetInputFile.getAbsolutePath(), inputShapeAsString, in call()
151 "" + mTestDuration.getSeconds(), mTestName, ("" + mJustCompileModel).toLowerCase(), in call()