Searched refs:tfliteBackend (Results 1 – 3 of 3) sorted by relevance
| /test/mlts/benchmark/jni/ |
| D | run_tflite.h | 99 static BenchmarkModel* create(const char* modelfile, int tfliteBackend, 126 bool init(const char* modelfile, int tfliteBackend,
|
| D | run_tflite.cpp | 101 BenchmarkModel* BenchmarkModel::create(const char* modelfile, int tfliteBackend, in create() argument 107 if (!model->init(modelfile, tfliteBackend, enable_intermediate_tensors_dump, nnapiErrno, in create() 116 bool BenchmarkModel::init(const char* modelfile, int tfliteBackend, in init() argument 170 mTfliteBackend = tfliteBackend; in init()
|
| /test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
| D | NNTestBase.java | 78 int tfliteBackend, in initModel() argument
|