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