Home
last modified time | relevance | path

Searched defs:modelFileName (Results 1 – 3 of 3) sorted by relevance

/test/mlts/benchmark/native/
Dmulti_process_test.cpp68 std::string modelFileName(path); in canReadInputFile() local
107 bool runModel(const char* modelFileName, in runModel()
181 const char* modelFileName = argv[kArgModelPath]; in main() local
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java77 String modelFileName, in initModel()
480 public static boolean copyModelToFile(Context context, String modelFileName, File targetFile) in copyModelToFile()
/test/mlts/benchmark/jni/
Dbenchmark_jni.cpp71 const char *modelFileName = env->GetStringUTFChars(_modelFileName, NULL); in Java_com_android_nn_benchmark_core_NNTestBase_initModel() local