Searched refs:CpuGemmAssemblyWrapperKernel (Results 1 – 2 of 2) sorted by relevance
55 class CpuGemmAssemblyWrapperKernel final : public INEKernel60 CpuGemmAssemblyWrapperKernel() in CpuGemmAssemblyWrapperKernel() function65 CpuGemmAssemblyWrapperKernel(CpuGemmAssemblyWrapperKernel &) = delete;66 CpuGemmAssemblyWrapperKernel(CpuGemmAssemblyWrapperKernel &&) = default;67 CpuGemmAssemblyWrapperKernel &operator=(CpuGemmAssemblyWrapperKernel &) = delete;
376 …auto acl_gemm_wrapper = std::make_unique<kernel::CpuGemmAssemblyWrapperKernel<TypeInput, TypeOutpu… in configure()