Home
last modified time | relevance | path

Searched defs:CreateKernel (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/lite/include/registry/
Dregister_kernel.h49 using CreateKernel = std::function<std::shared_ptr<kernel::Kernel>( variable
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/cpu/
Dcpu_device_context.cc183 void CPUDeviceContext::CreateKernel(const std::vector<CNodePtr> &nodes) const { in CreateKernel() function in mindspore::device::cpu::CPUDeviceContext
/third_party/mindspore/mindspore/ccsrc/runtime/hardware/gpu/
Dgpu_device_context.cc363 void GPUDeviceContext::CreateKernel(const std::vector<CNodePtr> &nodes) const { CreateGPUKernel(nod… in CreateKernel() function in mindspore::device::gpu::GPUDeviceContext
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/internal/
Dcl_icd_amd.h623 clCreateKernel_fn CreateKernel; member
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dcl_stubs.cpp532 cl_kernel CreateKernel(cl_program program, const char *kernel_name, cl_int &errorCode) in CreateKernel() function