Home
last modified time | relevance | path

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

/external/ComputeLibrary/utils/
DGraphUtils.cpp204 float percentage_mismatches = static_cast<float>(num_mismatches) / num_elements; in access_numpy_tensor() local
206 …_output_stream << "Results: " << 100.f - (percentage_mismatches * 100) << " % matches with the pro… in access_numpy_tensor()