Lines Matching refs:Kernel
63 typedef DefaultKernel<KernelFamily::Gemv, BitDepthParams> Kernel; in GemmWithOutputPipelinePC() typedef
64 MultiThreadGemm<typename Kernel::Format, InputScalar, OutputScalar, in GemmWithOutputPipelinePC()
65 BitDepthParams>(context, Kernel(), lhs, rhs, result, in GemmWithOutputPipelinePC()
69 Kernel; in GemmWithOutputPipelinePC() typedef
70 MultiThreadGemm<typename Kernel::Format, InputScalar, OutputScalar, in GemmWithOutputPipelinePC()
71 DefaultL8R8BitDepthParams>(context, Kernel(), lhs, rhs, in GemmWithOutputPipelinePC()
77 typedef DefaultKernel<KernelFamily::Gemm, BitDepthParams> Kernel; in GemmWithOutputPipelinePC() typedef
78 MultiThreadGemm<typename Kernel::Format, InputScalar, OutputScalar, in GemmWithOutputPipelinePC()
79 BitDepthParams>(context, Kernel(), lhs, rhs, result, in GemmWithOutputPipelinePC()
83 Kernel; in GemmWithOutputPipelinePC() typedef
84 MultiThreadGemm<typename Kernel::Format, InputScalar, OutputScalar, in GemmWithOutputPipelinePC()
85 DefaultL8R8BitDepthParams>(context, Kernel(), lhs, rhs, in GemmWithOutputPipelinePC()