/aosp_15_r20/external/XNNPACK/eval/ |
H A D | f16-exp-ulp.cc | 105 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 D | f32-extexp-ulp.cc | 110 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 D | f32-exp-ulp.cc | 105 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 D | f16-sigmoid-ulp.cc | 110 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 D | f32-sigmoid-ulp.cc | 111 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 D | f16-expm1minus-ulp.cc | 103 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpM1Error()
|
H A D | f32-expminus-ulp.cc | 102 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpError()
|
H A D | f16-expminus-ulp.cc | 103 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpError()
|
H A D | f32-sqrt-ulp.cc | 102 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in SqrtError()
|
H A D | f32-expm1minus-ulp.cc | 102 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpM1Error()
|
/aosp_15_r20/external/pthreadpool/include/ |
H A D | pthreadpool.h | 10 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 D | prelu-nc.c | 230 prelu_op->compute.task_1d_tile_1d = (pthreadpool_task_1d_tile_1d_t) xnn_compute_prelu; in setup_prelu_nc()
|
H A D | lut-elementwise-nc.c | 371 …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 D | unary-elementwise-nc.c | 148 …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 D | convolution-nhwc.c | 1792 … 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 D | legacy-api.c | 33 (pthreadpool_task_1d_tile_1d_t) function, argument, in pthreadpool_compute_1d_tiled()
|
H A D | shim.c | 57 pthreadpool_task_1d_tile_1d_t task, in pthreadpool_parallelize_1d_tile_1d()
|
H A D | fastpath.c | 113 …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 D | portable-api.c | 107 …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 D | pthreadpool.cc | 799 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 D | compute.h | 43 pthreadpool_task_1d_tile_1d_t task_1d_tile_1d;
|