Home
last modified time | relevance | path

Searched refs:task_2d_tile_2d (Results 1 – 5 of 5) sorted by relevance

/external/XNNPACK/src/operators/
Dconvolution-nhwc.c897 … convolution_op->compute.task_2d_tile_2d = (pthreadpool_task_2d_tile_2d_t) xnn_compute_gemm; in setup_convolution2d_nhwc()
901 … convolution_op->compute.task_2d_tile_2d = (pthreadpool_task_2d_tile_2d_t) xnn_compute_gemm; in setup_convolution2d_nhwc()
1019 … convolution_op->compute.task_2d_tile_2d = (pthreadpool_task_2d_tile_2d_t) xnn_compute_igemm; in setup_convolution2d_nhwc()
1028 … convolution_op->compute.task_2d_tile_2d = (pthreadpool_task_2d_tile_2d_t) xnn_compute_igemm; in setup_convolution2d_nhwc()
Dfully-connected-nc.c229 fully_connected_op->compute.task_2d_tile_2d = (pthreadpool_task_2d_tile_2d_t) xnn_compute_gemm; in setup_fully_connected_nc()
Ddeconvolution-nhwc.c567 deconvolution_op->compute.task_2d_tile_2d = (pthreadpool_task_2d_tile_2d_t) xnn_compute_igemm; in setup_conv_path()
/external/XNNPACK/src/xnnpack/
Dcompute.h46 pthreadpool_task_2d_tile_2d_t task_2d_tile_2d; member
/external/XNNPACK/src/
Doperator-run.c1126 op->compute.task_2d_tile_2d, in xnn_run_operator()