Lines Matching refs:CpuDepthwiseConv2dAssemblyWrapperKernel
199 CpuDepthwiseConv2dAssemblyWrapperKernel::CpuDepthwiseConv2dAssemblyWrapperKernel() in CpuDepthwiseConv2dAssemblyWrapperKernel() function in arm_compute::cpu::kernels::CpuDepthwiseConv2dAssemblyWrapperKernel
208 CpuDepthwiseConv2dAssemblyWrapperKernel::~CpuDepthwiseConv2dAssemblyWrapperKernel() = default;
210 void CpuDepthwiseConv2dAssemblyWrapperKernel::configure(const ITensorInfo *src, const ITensorInfo *… in configure()
258 Status CpuDepthwiseConv2dAssemblyWrapperKernel::validate(const ITensorInfo *src, const ITensorInfo … in validate()
304 void CpuDepthwiseConv2dAssemblyWrapperKernel::run_op(ITensorPack &tensors, const Window &window, co… in run_op()
341 void CpuDepthwiseConv2dAssemblyWrapperKernel::pack_parameters(void *parameters_ptr, void *bias_ptr,… in pack_parameters()
346 size_t CpuDepthwiseConv2dAssemblyWrapperKernel::get_storage_size() const in get_storage_size()
351 size_t CpuDepthwiseConv2dAssemblyWrapperKernel::get_working_size(unsigned int num_threads, unsigned… in get_working_size()
356 bool CpuDepthwiseConv2dAssemblyWrapperKernel::is_configured() const in is_configured()
361 const char *CpuDepthwiseConv2dAssemblyWrapperKernel::name() const in name()
366 size_t CpuDepthwiseConv2dAssemblyWrapperKernel::get_mws(const CPUInfo &platform, size_t thread_coun… in get_mws()