Searched refs:mModelFile (Results 1 – 5 of 5) sorted by relevance
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | TestModels.java | 46 public final String mModelFile; field in TestModels.TestModelEntry 68 mModelFile = modelFile; in TestModelEntry() 75 return new NNTestBase(mModelName, mModelFile, mInputShape, mInOutAssets, mInOutDatasets, in createNNTestBase() 109 mInOutDatasets, mTestName, mModelFile, in withDisabledEvaluation()
|
D | NNTestBase.java | 115 private final String mModelFile; field in NNTestBase 146 mModelFile = modelFile; in NNTestBase() 396 mModelFile, in copyAssetToFile() 399 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.cpp | 93 mModelFile = modelfile; in init() 402 nnapi_options.model_token = mModelFile.c_str(); in runCompilation() 410 mModelFile.c_str(), nnapiErrno); in runCompilation()
|
D | run_tflite.h | 149 std::string mModelFile; variable
|