Home
last modified time | relevance | path

Searched refs:modelFileName (Results 1 – 2 of 2) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java44 String modelFileName, in initModel() argument
140 String modelFileName = copyAssetToFile(); in setupModel() local
141 if (modelFileName != null) { in setupModel()
143 modelFileName, mUseNNApi, mEnableIntermediateTensorsDump, in setupModel()
/test/mlts/benchmark/jni/
Dbenchmark_jni.cpp41 const char *modelFileName = env->GetStringUTFChars(_modelFileName, NULL); in Java_com_android_nn_benchmark_core_NNTestBase_initModel() local
47 BenchmarkModel::create(modelFileName, _useNnApi, in Java_com_android_nn_benchmark_core_NNTestBase_initModel()
49 env->ReleaseStringUTFChars(_modelFileName, modelFileName); in Java_com_android_nn_benchmark_core_NNTestBase_initModel()