Home
last modified time | relevance | path

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

/aosp_15_r20/external/XNNPACK/eval/
H A Df16-exp-ulp.cc105 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpError()
122 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpError()
H A Df32-extexp-ulp.cc110 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExtExpError()
128 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExtExpError()
H A Df32-exp-ulp.cc105 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpError()
122 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpError()
H A Df16-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()
H A Df32-sigmoid-ulp.cc111 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in SigmoidError()
128 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in SigmoidError()
H A Df16-expm1minus-ulp.cc103 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpM1Error()
H A Df32-expminus-ulp.cc102 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpError()
H A Df16-expminus-ulp.cc103 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpError()
H A Df32-sqrt-ulp.cc102 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in SqrtError()
H A Df32-expm1minus-ulp.cc102 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpM1Error()
/aosp_15_r20/external/pthreadpool/include/
H A Dpthreadpool.h10 typedef void (*pthreadpool_task_1d_tile_1d_t)(void*, size_t, size_t); typedef
190 pthreadpool_task_1d_tile_1d_t function,
/aosp_15_r20/external/XNNPACK/src/operators/
H A Dprelu-nc.c230 prelu_op->compute.task_1d_tile_1d = (pthreadpool_task_1d_tile_1d_t) xnn_compute_prelu; in setup_prelu_nc()
H A Dlut-elementwise-nc.c371 …lut_elementwise_op->compute.task_1d_tile_1d = (pthreadpool_task_1d_tile_1d_t) xnn_compute_lut_cont… in setup_lut_elementwise_nc()
H A Dunary-elementwise-nc.c148 …unary_elementwise_op->compute.task_1d_tile_1d = (pthreadpool_task_1d_tile_1d_t) xnn_compute_univec… in setup_unary_elementwise_nc()
164 …unary_elementwise_op->compute.task_1d_tile_1d = (pthreadpool_task_1d_tile_1d_t) xnn_compute_univec… in setup_unary_elementwise_nc()
H A Dconvolution-nhwc.c1792 … convolution_op->compute.task_1d_tile_1d = (pthreadpool_task_1d_tile_1d_t) xnn_compute_vmulcaddc; in setup_convolution2d_nhwc()
/aosp_15_r20/external/pthreadpool/src/
H A Dlegacy-api.c33 (pthreadpool_task_1d_tile_1d_t) function, argument, in pthreadpool_compute_1d_tiled()
H A Dshim.c57 pthreadpool_task_1d_tile_1d_t task, in pthreadpool_parallelize_1d_tile_1d()
H A 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()
H A 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()
/aosp_15_r20/external/pthreadpool/test/
H A 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()
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dcompute.h43 pthreadpool_task_1d_tile_1d_t task_1d_tile_1d;