Home
last modified time | relevance | path

Searched defs:tile_range_j (Results 1 – 5 of 5) sorted by relevance

/external/pthreadpool/src/
Dlegacy-api.c66 struct fxdiv_divisor_size_t tile_range_j; member
79 const struct fxdiv_divisor_size_t tile_range_j = context->tile_range_j; in compute_3d_tiled() local
116 const size_t tile_range_j = divide_round_up(range_j, tile_j); in pthreadpool_compute_3d_tiled() local
141 struct fxdiv_divisor_size_t tile_range_j; member
156 const struct fxdiv_divisor_size_t tile_range_j = context->tile_range_j; in compute_4d_tiled() local
203 const size_t tile_range_j = divide_round_up(range_j, tile_j); in pthreadpool_compute_4d_tiled() local
Dthreadpool-object.h128 struct fxdiv_divisor_size_t tile_range_j; member
151 struct fxdiv_divisor_size_t tile_range_j; member
174 struct fxdiv_divisor_size_t tile_range_j; member
205 struct fxdiv_divisor_size_t tile_range_j; member
285 struct fxdiv_divisor_size_t tile_range_j; member
320 struct fxdiv_divisor_size_t tile_range_j; member
Dportable-api.c262 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_2d_tile_1d.tile_ra… in thread_parallelize_2d_tile_1d() local
316 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_2d_tile_1d_with_ua… in thread_parallelize_2d_tile_1d_with_uarch() local
371 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_2d_tile_1d_with_ua… in thread_parallelize_2d_tile_1d_with_uarch_with_thread() local
416 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_2d_tile_2d.tile_ra… in thread_parallelize_2d_tile_2d() local
472 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_2d_tile_2d_with_ua… in thread_parallelize_2d_tile_2d_with_uarch() local
798 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_3d_tile_2d.tile_ra… in thread_parallelize_3d_tile_2d() local
863 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_3d_tile_2d_with_ua… in thread_parallelize_3d_tile_2d_with_uarch() local
1858 const size_t tile_range_j = divide_round_up(range_j, tile_j); in pthreadpool_parallelize_2d_tile_1d() local
1915 const size_t tile_range_j = divide_round_up(range_j, tile_j); in pthreadpool_parallelize_2d_tile_1d_with_uarch() local
1974 const size_t tile_range_j = divide_round_up(range_j, tile_j); in pthreadpool_parallelize_2d_tile_1d_with_uarch_with_thread() local
[all …]
Dfastpath.c291 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_2d_tile_1d.tile_ra… in pthreadpool_thread_parallelize_2d_tile_1d_fastpath() local
350 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_2d_tile_1d_with_ua… in pthreadpool_thread_parallelize_2d_tile_1d_with_uarch_fastpath() local
410 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_2d_tile_1d_with_ua… in pthreadpool_thread_parallelize_2d_tile_1d_with_uarch_with_thread_fastpath() local
460 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_2d_tile_2d.tile_ra… in pthreadpool_thread_parallelize_2d_tile_2d_fastpath() local
521 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_2d_tile_2d_with_ua… in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath() local
877 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_3d_tile_2d.tile_ra… in pthreadpool_thread_parallelize_3d_tile_2d_fastpath() local
947 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_3d_tile_2d_with_ua… in pthreadpool_thread_parallelize_3d_tile_2d_with_uarch_fastpath() local
/external/pytorch/caffe2/utils/threadpool/
Dpthreadpool.cc117 caffe2::FixedDivisor<int32_t> tile_range_j; member
158 const size_t tile_range_j = divide_round_up(range_j, tile_j); in legacy_pthreadpool_compute_2d_tiled() local
177 caffe2::FixedDivisor<int32_t> tile_range_j; member
239 const size_t tile_range_j = divide_round_up(range_j, tile_j); in legacy_pthreadpool_compute_3d_tiled() local
267 caffe2::FixedDivisor<int32_t> tile_range_j; member
350 const size_t tile_range_j = divide_round_up(range_j, tile_j); in legacy_pthreadpool_compute_4d_tiled() local