Searched refs:pthreadpool_task_1d_tile_1d_t (Results 1 – 18 of 18) sorted by relevance
/external/XNNPACK/eval/ |
D | f32-extexp-ulp.cc | 109 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExtExpError() 127 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExtExpError()
|
D | f32-exp-ulp.cc | 104 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpError() 121 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpError()
|
D | f32-expminus-ulp.cc | 101 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpError()
|
D | f32-sqrt-ulp.cc | 101 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in SqrtError()
|
D | f32-expm1minus-ulp.cc | 101 reinterpret_cast<pthreadpool_task_1d_tile_1d_t>(ComputeError), in ExpM1Error()
|
D | f32-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()
|
/external/pthreadpool/include/ |
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,
|
/external/XNNPACK/src/operators/ |
D | prelu-nc.c | 146 prelu_op->compute.task_1d_tile_1d = (pthreadpool_task_1d_tile_1d_t) xnn_compute_prelu; in xnn_setup_prelu_nc_f32()
|
D | sigmoid-nc.c | 199 … sigmoid_op->compute.task_1d_tile_1d = (pthreadpool_task_1d_tile_1d_t) xnn_compute_lut_contiguous; in xnn_setup_sigmoid_nc_qu8()
|
D | leaky-relu-nc.c | 205 …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()
|
D | unary-elementwise-nc.c | 125 …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()
|
D | convolution-nhwc.c | 1166 … convolution_op->compute.task_1d_tile_1d = (pthreadpool_task_1d_tile_1d_t) xnn_compute_vmulcaddc; in setup_convolution2d_nhwc()
|
/external/pthreadpool/src/ |
D | legacy-api.c | 33 (pthreadpool_task_1d_tile_1d_t) function, argument, in pthreadpool_compute_1d_tiled()
|
D | shim.c | 57 pthreadpool_task_1d_tile_1d_t task, in pthreadpool_parallelize_1d_tile_1d()
|
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()
|
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()
|
/external/XNNPACK/src/xnnpack/ |
D | compute.h | 43 pthreadpool_task_1d_tile_1d_t task_1d_tile_1d;
|
/external/pthreadpool/test/ |
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()
|