Lines Matching refs:BenchmarkModel
65 BenchmarkModel* BenchmarkModel::create(const char* modelfile, bool use_nnapi, in create()
68 BenchmarkModel* model = new BenchmarkModel(); in create()
77 bool BenchmarkModel::init(const char* modelfile, bool use_nnapi, in init()
131 BenchmarkModel::BenchmarkModel() {} in BenchmarkModel() function in BenchmarkModel
132 BenchmarkModel::~BenchmarkModel() {} in ~BenchmarkModel()
134 bool BenchmarkModel::setInput(const uint8_t* dataPtr, size_t length) { in setInput()
152 void BenchmarkModel::saveInferenceOutput(InferenceResult* result, in saveInferenceOutput()
161 void BenchmarkModel::getOutputError(const uint8_t* expected_data, size_t length, in getOutputError()
202 bool BenchmarkModel::resizeInputTensors(std::vector<int> shape) { in resizeInputTensors()
214 bool BenchmarkModel::runInference() { in runInference()
224 bool BenchmarkModel::resetStates() { in resetStates()
234 bool BenchmarkModel::benchmark( in benchmark()
317 bool BenchmarkModel::dumpAllLayers( in dumpAllLayers()