Searched defs:TILE_SIZE (Results 1 – 6 of 6) sorted by relevance
40 #define TILE_SIZE (1 << TILE_ORDER) macro
41 static constexpr int TILE_SIZE = 100; variable
43 #define TILE_SIZE (1 << TILE_SIZE_LOG2) macro
29 #define TILE_SIZE 1024 macro
288 #define TILE_SIZE 4096 macro
325 int64_t TILE_SIZE = 16; in batch_norm_cpu_collect_stats_channels_last_impl() local