Lines Matching defs:count
104 int count = dim_info1->size();
105 for (int i = 0; i < count; i++) {
118 * count: the count size which will compare
124 bool allclose(float *a, float *b, uint64_t count, float rtol = 1e-05,
145 for (; i < count; ++i) {
166 if (i == count - 1) {
175 c = c + count;
176 printf("\n avg : %f\n", sum / count);
214 bool allclose_int8(uint8_t *a, uint8_t *b, uint64_t count, float rtol = 1e-05,
235 for (; i < count; ++i) {
256 if (i == count - 1) {
266 c = c + count;
267 printf("\n avg : %f\n", sum / count);