Home
last modified time | relevance | path

Searched refs:CpuDepthwiseConv2dAssemblyWrapperKernel (Results 1 – 6 of 6) sorted by relevance

/external/ComputeLibrary/src/cpu/kernels/internal/
DCpuDepthwiseConv2dAssemblyWrapperKernel.h48 class CpuDepthwiseConv2dAssemblyWrapperKernel final : public ICpuKernel<CpuDepthwiseConv2dAssemblyW…
52 CpuDepthwiseConv2dAssemblyWrapperKernel();
53 ~CpuDepthwiseConv2dAssemblyWrapperKernel();
54 ARM_COMPUTE_DISALLOW_COPY_ALLOW_MOVE(CpuDepthwiseConv2dAssemblyWrapperKernel);
DCpuDepthwiseConv2dAssemblyWrapperKernel.cpp199 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()
[all …]
/external/ComputeLibrary/src/cpu/operators/
DCpuDepthwiseConv2dAssemblyDispatch.cpp41 std::unique_ptr<kernels::CpuDepthwiseConv2dAssemblyWrapperKernel> asm_kernel{ nullptr };
74 auto dwc_wrapper = std::make_unique<kernels::CpuDepthwiseConv2dAssemblyWrapperKernel>(); in configure()
87 … return kernels::CpuDepthwiseConv2dAssemblyWrapperKernel::validate(src, weights, bias, dst, info); in validate()
/external/ComputeLibrary/src/
DCMakeLists.txt759 cpu/kernels/internal/CpuDepthwiseConv2dAssemblyWrapperKernel.cpp
DBUILD.bazel767 "cpu/kernels/internal/CpuDepthwiseConv2dAssemblyWrapperKernel.cpp",
/external/ComputeLibrary/
DAndroid.bp414 "src/cpu/kernels/internal/CpuDepthwiseConv2dAssemblyWrapperKernel.cpp",