Searched defs:CreateKernel (Results 1 – 5 of 5) sorted by relevance
49 using CreateKernel = std::function<std::shared_ptr<kernel::Kernel>( variable
183 void CPUDeviceContext::CreateKernel(const std::vector<CNodePtr> &nodes) const { in CreateKernel() function in mindspore::device::cpu::CPUDeviceContext
363 void GPUDeviceContext::CreateKernel(const std::vector<CNodePtr> &nodes) const { CreateGPUKernel(nod… in CreateKernel() function in mindspore::device::gpu::GPUDeviceContext
623 clCreateKernel_fn CreateKernel; member
532 cl_kernel CreateKernel(cl_program program, const char *kernel_name, cl_int &errorCode) in CreateKernel() function