Home
last modified time | relevance | path

Searched refs:task_1d (Results 1 – 9 of 9) sorted by relevance

/external/XNNPACK/src/operators/
Dchannel-shuffle-nc.c175 … 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()
Dsoftmax-nc.c178 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()
Ddepth-to-space-nchw2nhwc.c146 depth_to_space_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_depthtospace2d_chw2hwc; in xnn_setup_depth_to_space_nchw2nhwc_x32()
Dglobal-average-pooling-nwc.c189 …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()
Dsigmoid-nc.c213 sigmoid_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_lut_strided; in xnn_setup_sigmoid_nc_qu8()
Dleaky-relu-nc.c219 leaky_relu_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_lut_strided; in xnn_setup_leaky_relu_nc_qu8()
Daverage-pooling-nhwc.c500 …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/XNNPACK/src/xnnpack/
Dcompute.h42 pthreadpool_task_1d_t task_1d; member
/external/XNNPACK/src/
Doperator-run.c1081 op->compute.task_1d, in xnn_run_operator()