Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/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()
/aosp_15_r20/external/executorch/examples/demo-apps/apple_ios/ExecuTorchDemo/ExecuTorchDemo/Sources/App/
H A DClassificationController.swift62 let modelFileName: String in createClassifier() variable
/aosp_15_r20/test/mlts/benchmark/jni/
Dbenchmark_jni.cpp71 const char *modelFileName = env->GetStringUTFChars(_modelFileName, NULL); in Java_com_android_nn_benchmark_core_NNTestBase_initModel() local