/external/ComputeLibrary/src/cpu/kernels/ |
D | CpuSoftmaxKernel.cpp | 126 _run_method = uk->ukernel; in configure() 146 ARM_COMPUTE_ERROR_ON(_run_method == nullptr); in run_op() 151 _run_method(src, dst, window); in run_op() 274 _run_method = uk->ukernel; in configure() 299 ARM_COMPUTE_ERROR_ON(_run_method == nullptr); in run_op() 312 _run_method(src, max, tmp_for_thread, dst, _beta, IS_LOG, window); in run_op()
|
D | CpuFloorKernel.cpp | 87 _run_method = uk->ukernel; in configure() 119 ARM_COMPUTE_ERROR_ON(_run_method == nullptr); in run_op() 133 _run_method(src_it.ptr(), dst_it.ptr(), len); in run_op()
|
D | CpuSubKernel.cpp | 155 _run_method = uk->ukernel; in configure() 170 if(this->_run_method == &sub_same_neon<float>) in get_mws() 219 ARM_COMPUTE_ERROR_ON(_run_method == nullptr); in run_op() 225 _run_method(src0, src1, dst, _policy, window); in run_op()
|
D | CpuDirectConv3dKernel.cpp | 138 _run_method = uk->ukernel; in configure() 169 ARM_COMPUTE_ERROR_ON(_run_method == nullptr); in run_op() 176 _run_method(src0, src1, src2, dst, _conv_info, window); in run_op()
|
D | CpuAddKernel.cpp | 225 _run_method = uk->ukernel; in configure() 256 ARM_COMPUTE_ERROR_ON(_run_method == nullptr); in run_op() 262 _run_method(src0, src1, dst, _policy, window); in run_op() 280 if(this->_run_method == &add_fp32_neon) in get_mws()
|
D | CpuSoftmaxKernel.h | 73 SoftmaxLogits1DMaxKernelPtr _run_method{ nullptr }; 123 SoftmaxLogits1DKernelPtr _run_method{ nullptr };
|
D | CpuElementwiseKernel.cpp | 328 _run_method = uk->ukernel; in configure_common() 350 _run_method = uk->ukernel; in configure_common() 368 ARM_COMPUTE_ERROR_ON(_run_method == nullptr); in run_op() 374 _run_method(src0, src1, dst, window); in run_op() 419 if(this->_run_method == &neon_fp32_elementwise_binary<ArithmeticOperation::MIN> in get_mws() 420 || this->_run_method == &neon_fp32_elementwise_binary<ArithmeticOperation::MAX>) in get_mws() 470 if(this->_run_method == &neon_fp32_elementwise_binary<ArithmeticOperation::DIV>) in get_mws()
|
D | CpuAddMulAddKernel.cpp | 142 _run_method = uk->ukernel; in configure() 181 ARM_COMPUTE_ERROR_ON(_run_method == nullptr); in run_op() 190 … _run_method(input1, input2, bn_mul, bn_add, add_output, final_output, _policy, _act_info, window); in run_op()
|
D | CpuPool3dKernel.cpp | 149 _run_method = uk->ukernel; in configure() 171 ARM_COMPUTE_ERROR_ON(_run_method == nullptr); in run_op() 176 _run_method(src, dst, _pool_info, window); in run_op()
|
D | CpuElementwiseUnaryKernel.cpp | 106 _run_method = uk->ukernel; in configure() 160 _run_method(src, dst, window, _op); in run_op()
|
D | CpuMaxUnpoolingLayerKernel.cpp | 108 _run_method = uk->ukernel; in configure() 134 _run_method(src, indices, dst, window); in run_op()
|
D | CpuActivationKernel.cpp | 204 _run_method = uk->ukernel; in configure() 258 ARM_COMPUTE_ERROR_ON(_run_method == nullptr); in run_op() 263 _run_method(src, dst, _act_info, window); in run_op()
|
D | CpuFloorKernel.h | 81 FloorKernelPtr _run_method{ nullptr };
|
D | CpuElementwiseUnaryKernel.h | 81 ElementwiseUnaryUkernelPtr _run_method{ nullptr };
|
D | CpuPool3dKernel.h | 85 Pooling3dKernelPtr _run_method{ nullptr };
|
D | CpuMaxUnpoolingLayerKernel.h | 86 MaxUnpoolingUKernelPtr _run_method{ nullptr };
|
D | CpuDirectConv3dKernel.h | 90 DirectConv3dKernelPtr _run_method{ nullptr };
|
D | CpuActivationKernel.h | 96 ActivationKernelPtr _run_method{ nullptr };
|
D | CpuPool2dKernel.h | 83 PoolingKernelPtr _run_method{ nullptr };
|
D | CpuSubKernel.h | 102 SubKernelPtr _run_method{ nullptr };
|
D | CpuAddKernel.h | 101 AddKernelPtr _run_method{ nullptr };
|
D | CpuAddMulAddKernel.h | 83 AddMulAddKernelPtr _run_method{ nullptr };
|
D | CpuPool2dKernel.cpp | 307 _run_method = uk->ukernel; in configure() 356 ARM_COMPUTE_ERROR_ON(_run_method == nullptr); in run_op() 404 _run_method(src, dst, indices, _pool_info, window_src, window); in run_op()
|
D | CpuScaleKernel.h | 113 ScaleKernelPtr _run_method{ nullptr };
|
D | CpuElementwiseKernel.h | 75 ElementwiseKernelPtr _run_method{ nullptr };
|