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