Searched refs:percentage_mismatches (Results 1 – 1 of 1) sorted by relevance
204 float percentage_mismatches = static_cast<float>(num_mismatches) / num_elements; in access_numpy_tensor() local206 …_output_stream << "Results: " << 100.f - (percentage_mismatches * 100) << " % matches with the pro… in access_numpy_tensor()