Home
last modified time | relevance | path

Searched refs:pthreadpool_task_1d_tile_1d_t (Results 1 – 18 of 18) sorted by relevance

/external/XNNPACK/eval/
Df32-extexp-ulp.cc109 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExtExpError()
127 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExtExpError()
Df32-exp-ulp.cc104 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpError()
121 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpError()
Df32-expminus-ulp.cc101 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpError()
Df32-sqrt-ulp.cc101 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in SqrtError()
Df32-expm1minus-ulp.cc101 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpM1Error()
Df32-sigmoid-ulp.cc110 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in SigmoidError()
127 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in SigmoidError()
/external/pthreadpool/include/
Dpthreadpool.h10 typedef void (*pthreadpool_task_1d_tile_1d_t)(void*, size_t, size_t); typedef
190 pthreadpool_task_1d_tile_1d_t function,
/external/XNNPACK/src/operators/
Dprelu-nc.c146 prelu_op->compute.task_1d_tile_1d = (pthreadpool_task_1d_tile_1d_t) xnn_compute_prelu; in xnn_setup_prelu_nc_f32()
Dsigmoid-nc.c199 … sigmoid_op->compute.task_1d_tile_1d = (pthreadpool_task_1d_tile_1d_t) xnn_compute_lut_contiguous; in xnn_setup_sigmoid_nc_qu8()
Dleaky-relu-nc.c205 …leaky_relu_op->compute.task_1d_tile_1d = (pthreadpool_task_1d_tile_1d_t) xnn_compute_lut_contiguou… in xnn_setup_leaky_relu_nc_qu8()
Dunary-elementwise-nc.c125 …unary_elementwise_op->compute.task_1d_tile_1d = (pthreadpool_task_1d_tile_1d_t) xnn_compute_univec… in setup_unary_elementwise_nc()
141 …unary_elementwise_op->compute.task_1d_tile_1d = (pthreadpool_task_1d_tile_1d_t) xnn_compute_univec… in setup_unary_elementwise_nc()
Dconvolution-nhwc.c1166 … convolution_op->compute.task_1d_tile_1d = (pthreadpool_task_1d_tile_1d_t) xnn_compute_vmulcaddc; in setup_convolution2d_nhwc()
/external/pthreadpool/src/
Dlegacy-api.c33 (pthreadpool_task_1d_tile_1d_t) function, argument, in pthreadpool_compute_1d_tiled()
Dshim.c57 pthreadpool_task_1d_tile_1d_t task, in pthreadpool_parallelize_1d_tile_1d()
Dfastpath.c113 …const pthreadpool_task_1d_tile_1d_t task = (pthreadpool_task_1d_tile_1d_t) pthreadpool_load_relaxe… in pthreadpool_thread_parallelize_1d_tile_1d_fastpath()
Dportable-api.c107 …const pthreadpool_task_1d_tile_1d_t task = (pthreadpool_task_1d_tile_1d_t) pthreadpool_load_relaxe… in thread_parallelize_1d_tile_1d()
1318 pthreadpool_task_1d_tile_1d_t task, in pthreadpool_parallelize_1d_tile_1d()
/external/XNNPACK/src/xnnpack/
Dcompute.h43 pthreadpool_task_1d_tile_1d_t task_1d_tile_1d;
/external/pthreadpool/test/
Dpthreadpool.cc799 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(SetTrue1DTile1D), in TEST()
822 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(SetTrue1DTile1D), in TEST()
847 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(Increment1DTile1D), in TEST()
870 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(Increment1DTile1D), in TEST()
890 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(Increment1DTile1D), in TEST()
916 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(Increment1DTile1D), in TEST()
947 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(IncrementSame1DTile1D), in TEST()
976 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(WorkImbalance1DTile1D), in TEST()