Home
last modified time | relevance | path

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

/test/mlts/benchmark/native/
Dmulti_process_test.cpp110 bool justCompileModel, bool mmapModel) { in runModel() argument
119 nnApiDeviceName.empty() ? nullptr : nnApiDeviceName.c_str(), mmapModel, in runModel()
141 nnApiDeviceName.empty() ? nullptr : nnApiDeviceName.c_str(), mmapModel, in runModel()
201 bool mmapModel = getBooleanArg(argc, argv, kArgMmapModel, true); in main() local
291 justCompileModel, mmapModel); in main()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTestModels.java90 boolean mmapModel) { in createNNTestBase() argument
94 test.setMmapModel(mmapModel); in createNNTestBase()
DNNTestBase.java63 boolean mmapModel, in initModel() argument
/test/mlts/benchmark/jni/
Drun_tflite.h101 bool mmapModel, const char* nnapi_cache_dir);
126 bool mmapModel,
Drun_tflite.cpp75 const char* nnapi_device_name, bool mmapModel, in create() argument
79 nnapi_device_name, mmapModel, nnapi_cache_dir)) { in create()
89 const char* nnapi_device_name, bool mmapModel, in init() argument
101 if (mmapModel) { in init()
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNParallelTestActivity.java111 boolean mmapModel = intent.getBooleanExtra(EXTRA_MEMORY_MAP_MODEL, false); in onResume()
119 ignoreUnsupportedModels, runModelCompilationOnly, mmapModel), in onResume()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRunModelsInParallel.java74 boolean runModelCompilationOnly, boolean mmapModel) { in intentInitializer() argument
83 intent.putExtra(MEMORY_MAP_MODEL, mmapModel); in intentInitializer()
/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/
DMainActivity.java276 final boolean mmapModel = mMmapModel.isChecked(); in startInferenceTest()
281 testName, acceleratorName, false, runModelCompilationOnly, mmapModel), in startInferenceTest()