Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTestModels.java46 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()
DNNTestBase.java115 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/
DRunModelsInMultipleProcesses.java123 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/
Drun_tflite.cpp93 mModelFile = modelfile; in init()
402 nnapi_options.model_token = mModelFile.c_str(); in runCompilation()
410 mModelFile.c_str(), nnapiErrno); in runCompilation()
Drun_tflite.h149 std::string mModelFile; variable