Searched defs:tile_range_j (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pthreadpool/src/ |
H A D | legacy-api.c | 66 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
|
H A D | threadpool-object.h | 125 struct fxdiv_divisor_size_t tile_range_j; member 148 struct fxdiv_divisor_size_t tile_range_j; member 179 struct fxdiv_divisor_size_t tile_range_j; member 232 struct fxdiv_divisor_size_t tile_range_j; member 267 struct fxdiv_divisor_size_t tile_range_j; member
|
H A D | portable-api.c | 190 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_2d_tile_1d.tile_ra… in thread_parallelize_2d_tile_1d() local 235 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_2d_tile_2d.tile_ra… in thread_parallelize_2d_tile_2d() local 291 …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 442 …const struct fxdiv_divisor_size_t tile_range_j = threadpool->params.parallelize_3d_tile_2d.tile_ra… in thread_parallelize_3d_tile_2d() local 507 …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 1425 const size_t tile_range_j = divide_round_up(range_j, tile_j); in pthreadpool_parallelize_2d_tile_1d() local 1473 const size_t tile_range_j = divide_round_up(range_j, tile_j); in pthreadpool_parallelize_2d_tile_2d() local 1534 const size_t tile_range_j = divide_round_up(range_j, tile_j); in pthreadpool_parallelize_2d_tile_2d_with_uarch() local 1684 const size_t tile_range_j = divide_round_up(range_j, tile_j); in pthreadpool_parallelize_3d_tile_2d() local 1749 const size_t tile_range_j = divide_round_up(range_j, tile_j); in pthreadpool_parallelize_3d_tile_2d_with_uarch() local
|
H A D | fastpath.c | 209 …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 259 …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 320 …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 486 …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 556 …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
|
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/ |
H A D | pthreadpool.cc | 117 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
|