Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/non_uniform_work_group/
Dtools.h87 typedef std::map<Type, unsigned int> ErrorStats; typedef
103 ErrorStats _stats;
Dtools.cpp248 for (ErrorStats::iterator it = _stats.begin(); it != _stats.end(); it++) { in showStats()
/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_gemm_test.cc148 struct ErrorStats { struct
159 ErrorStats* error_stats) { in ComputeErrorStats()
182 bool CheckErrorStats(const ErrorStats& error_stats, int accumulation_depth) { in CheckErrorStats()
241 ErrorStats error_stats; in CheckErrorForAccumulation()