Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.h129 void getOutputError(const uint8_t* dataPtr, size_t length,
Drun_tflite.cpp218 void BenchmarkModel::getOutputError(const uint8_t* expected_data, size_t length, in getOutputError() function in BenchmarkModel
360 getOutputError(data.outputs[j].ptr, data.outputs[j].size, &result, j); in benchmark()