Searched refs:pthreadpool_task_1d_t (Results 1 – 17 of 17) sorted by relevance
/external/XNNPACK/src/operators/ |
D | channel-shuffle-nc.c | 176 … channel_shuffle_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_channel_shuffle_fixed; in setup_channel_shuffle_nc() 180 … channel_shuffle_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_channel_shuffle_fixed; in setup_channel_shuffle_nc() 184 … channel_shuffle_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_channel_shuffle_fixed; in setup_channel_shuffle_nc() 188 …channel_shuffle_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_channel_shuffle_variable; in setup_channel_shuffle_nc()
|
D | softmax-nc.c | 181 softmax_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_u8_softmax; in xnn_setup_softmax_nc_qu8() 352 softmax_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_floating_point_softmax; in setup_softmax_nc_floating_point()
|
D | depth-to-space-nchw2nhwc.c | 146 depth_to_space_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_depthtospace2d_chw2hwc; in xnn_setup_depth_to_space_nchw2nhwc_x32()
|
D | global-average-pooling-nwc.c | 190 …global_average_pooling_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_global_average_po… in setup_global_average_pooling_nwc() 193 …global_average_pooling_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_global_average_po… in setup_global_average_pooling_nwc()
|
D | lut-elementwise-nc.c | 385 lut_elementwise_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_lut_strided; in setup_lut_elementwise_nc()
|
D | average-pooling-nhwc.c | 711 …average_pooling_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_global_average_pooling_n… in setup_average_pooling2d() 714 …average_pooling_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_global_average_pooling_n… in setup_average_pooling2d()
|
D | transpose-nd.c | 252 transpose_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_univector_contiguous; in setup_transpose_nd()
|
D | binary-elementwise-nd.c | 1012 …binary_elementwise_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_elementwise_binary_1d; in setup_binary_elementwise_nd()
|
/external/pthreadpool/src/ |
D | legacy-api.c | 21 (pthreadpool_task_1d_t) function, argument, in pthreadpool_compute_1d() 131 (pthreadpool_task_1d_t) compute_3d_tiled, &context, in pthreadpool_compute_3d_tiled() 222 (pthreadpool_task_1d_t) compute_4d_tiled, &context, in pthreadpool_compute_4d_tiled()
|
D | shim.c | 31 pthreadpool_task_1d_t task, in pthreadpool_parallelize_1d()
|
D | fastpath.c | 32 …const pthreadpool_task_1d_t task = (pthreadpool_task_1d_t) pthreadpool_load_relaxed_void_p(&thread… in pthreadpool_thread_parallelize_1d_fastpath()
|
D | portable-api.c | 36 …const pthreadpool_task_1d_t task = (pthreadpool_task_1d_t) pthreadpool_load_relaxed_void_p(&thread… in thread_parallelize_1d() 1233 pthreadpool_task_1d_t task, in pthreadpool_parallelize_1d()
|
/external/pthreadpool/examples/ |
D | addition.c | 32 (pthreadpool_task_1d_t) add_arrays, in main()
|
/external/pthreadpool/include/ |
D | pthreadpool.h | 9 typedef void (*pthreadpool_task_1d_t)(void*, size_t); typedef 113 pthreadpool_task_1d_t function,
|
/external/pthreadpool/ |
D | README.md | 44 (pthreadpool_task_1d_t) add_arrays,
|
/external/XNNPACK/src/xnnpack/ |
D | compute.h | 42 pthreadpool_task_1d_t task_1d;
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 192 reinterpret_cast<pthreadpool_task_1d_t>(SetTrue1D), in TEST() 215 reinterpret_cast<pthreadpool_task_1d_t>(SetTrue1D), in TEST() 238 reinterpret_cast<pthreadpool_task_1d_t>(Increment1D), in TEST() 261 reinterpret_cast<pthreadpool_task_1d_t>(Increment1D), in TEST() 281 reinterpret_cast<pthreadpool_task_1d_t>(Increment1D), in TEST() 307 reinterpret_cast<pthreadpool_task_1d_t>(Increment1D), in TEST() 336 reinterpret_cast<pthreadpool_task_1d_t>(IncrementSame1D), in TEST() 365 reinterpret_cast<pthreadpool_task_1d_t>(WorkImbalance1D), in TEST()
|