Home
last modified time | relevance | path

Searched refs:CpuGemmAssemblyWrapperKernel (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/assembly/
H A DCpuGemmAssemblyWrapperKernel.h55 class CpuGemmAssemblyWrapperKernel final : public INEKernel
60 CpuGemmAssemblyWrapperKernel() in CpuGemmAssemblyWrapperKernel() function
65 CpuGemmAssemblyWrapperKernel(CpuGemmAssemblyWrapperKernel &) = delete;
66 CpuGemmAssemblyWrapperKernel(CpuGemmAssemblyWrapperKernel &&) = default;
67 CpuGemmAssemblyWrapperKernel &operator=(CpuGemmAssemblyWrapperKernel &) = delete;
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/internal/
H A DCpuGemmAssemblyDispatch.cpp376 …auto acl_gemm_wrapper = std::make_unique<kernel::CpuGemmAssemblyWrapperKernel<TypeInput, TypeOutpu… in configure()