Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp218 void BenchmarkModel::getOutputError(const uint8_t* expected_data, size_t length, in getOutputError() argument
235 float err = ((float)output_raw[i]) - ((float)expected_data[i]); in getOutputError()
242 const float* expected = reinterpret_cast<const float*>(expected_data); in getOutputError()