Searched refs:expected_data (Results 1 – 1 of 1) sorted by relevance
186 void BenchmarkModel::getOutputError(const uint8_t* expected_data, size_t length, in getOutputError() argument203 float err = ((float)output_raw[i]) - ((float)expected_data[i]); in getOutputError()210 const float* expected = reinterpret_cast<const float*>(expected_data); in getOutputError()