Home
last modified time | relevance | path

Searched refs:tfliteBackend (Results 1 – 3 of 3) sorted by relevance

/test/mlts/benchmark/jni/
Drun_tflite.h98 static BenchmarkModel* create(const char* modelfile, int tfliteBackend,
121 bool init(const char* modelfile, int tfliteBackend,
Drun_tflite.cpp73 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/
DNNTestBase.java60 int tfliteBackend, in initModel() argument