Searched refs:mModelFile (Results 1 – 5 of 5) sorted by relevance
| /test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
| D | TestModels.java | 49 public final String mModelFile; field in TestModels.TestModelEntry 71 mModelFile = modelFile; in TestModelEntry() 79 return new NNTestBase(mModelName, mModelFile, mInputShape, mInOutAssets, mInOutDatasets, in createNNTestBase() 118 mInOutDatasets, mTestName, mModelFile, in withDisabledEvaluation()
|
| D | NNTestBase.java | 135 private final String mModelFile; field in NNTestBase 195 mModelFile = modelFile; in NNTestBase() 473 mModelFile, in copyAssetToFile() 476 copyAssetToFile(mContext, mModelFile + ".tflite", outFileName); in copyAssetToFile()
|
| /test/mlts/benchmark/src/com/android/nn/crashtest/core/test/ |
| D | RunModelsInMultipleProcesses.java | 123 new File(mContext.getExternalFilesDir(null), mTestModelEntry.mModelFile + ".tflite"); in call() 125 new File(mContext.getExternalFilesDir(null), mTestModelEntry.mModelFile + ".input"); in call() 130 mContext, mTestModelEntry.mModelFile + ".tflite", targetModelFile)) { in call() 132 mTestModelEntry.mModelFile, targetModelFile.getAbsolutePath())); in call()
|
| /test/mlts/benchmark/jni/ |
| D | run_tflite.h | 161 std::string mModelFile; variable
|
| D | run_tflite.cpp | 123 mModelFile = modelfile; in init() 468 nnapi_options.model_token = mModelFile.c_str(); in runCompilation() 488 mModelFile.c_str(), nnapiErrno); in runCompilation() 497 mNnApiDeviceName.c_str(), mModelFile.c_str(), nnapiPartitions); in runCompilation()
|