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.java49 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()
DNNTestBase.java135 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/
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.h161 std::string mModelFile; variable
Drun_tflite.cpp123 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()