Searched refs:pthreadpool_task_1d_t (Results 1 – 16 of 16) sorted by relevance
/external/XNNPACK/src/operators/ |
D | channel-shuffle-nc.c | 175 … channel_shuffle_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_channel_shuffle_fixed; in setup_channel_shuffle_nc() 179 … channel_shuffle_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_channel_shuffle_fixed; in setup_channel_shuffle_nc() 183 … channel_shuffle_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_channel_shuffle_fixed; in setup_channel_shuffle_nc() 187 …channel_shuffle_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_channel_shuffle_variable; in setup_channel_shuffle_nc()
|
D | softmax-nc.c | 178 softmax_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_u8_softmax; in xnn_setup_softmax_nc_qu8() 294 softmax_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_f32_three_pass_softmax; in xnn_setup_softmax_nc_f32()
|
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 | 189 …global_average_pooling_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_global_average_po… in setup_global_average_pooling_nwc() 192 …global_average_pooling_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_global_average_po… in setup_global_average_pooling_nwc()
|
D | sigmoid-nc.c | 213 sigmoid_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_lut_strided; in xnn_setup_sigmoid_nc_qu8()
|
D | leaky-relu-nc.c | 219 leaky_relu_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_lut_strided; in xnn_setup_leaky_relu_nc_qu8()
|
D | average-pooling-nhwc.c | 500 …average_pooling_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_global_average_pooling_n… in setup_average_pooling2d() 503 …average_pooling_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_global_average_pooling_n… in setup_average_pooling2d()
|
/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()
|