Searched refs:CNN_MAX_THREADS (Results 1 – 2 of 2) sorted by relevance
30 #define CNN_MAX_THREADS 32 macro
364 CONVOLVE_OPS convolve_ops[CNN_MAX_THREADS]; in convolve_layer_mt()365 for (int th = 0; th < AOMMIN(num_workers, CNN_MAX_THREADS); ++th) { in convolve_layer_mt()386 for (int th = 0; th < AOMMIN(num_workers, CNN_MAX_THREADS); ++th) { in convolve_layer_mt()