Home
last modified time | relevance | path

Searched defs:tile_start (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pthreadpool/src/
H A Dfastpath.c122 size_t tile_start = range_start * tile; in pthreadpool_thread_parallelize_1d_tile_1d_fastpath() local
139 const size_t tile_start = tile_index * tile; in pthreadpool_thread_parallelize_1d_tile_1d_fastpath() local
H A Dportable-api.c113 size_t tile_start = range_start * tile; in thread_parallelize_1d_tile_1d() local
131 const size_t tile_start = tile_index * tile; in thread_parallelize_1d_tile_1d() local
/aosp_15_r20/external/XNNPACK/src/
H A Dmicroparams-init.c759 for (size_t tile_start = 0; tile_start < channels; tile_start += channels_tile) { in xnn_init_qc8_scale_fp32_params() local