Home
last modified time | relevance | path

Searched refs:RegCustomKernel (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/lite/src/registry/
Dregister_kernel.cc25 Status RegisterKernel::RegCustomKernel(const std::string &arch, const std::string &provider, DataTy… in RegCustomKernel() function in mindspore::registry::RegisterKernel
28 …return RegistryKernelImpl::GetInstance()->RegCustomKernel(arch, provider, data_type, type, creator… in RegCustomKernel()
Dregister_kernel_impl.h39 Status RegCustomKernel(const std::string &arch, const std::string &provider, DataType data_type,
Dregister_kernel_impl.cc52 Status RegistryKernelImpl::RegCustomKernel(const std::string &arch, const std::string &provider, Da… in RegCustomKernel() function in mindspore::registry::RegistryKernelImpl
/third_party/mindspore/mindspore/lite/include/registry/
Dregister_kernel.h77 …static Status RegCustomKernel(const std::string &arch, const std::string &provider, DataType data_…
116 RegisterKernel::RegCustomKernel(arch, provider, data_type, op_type, creator); in KernelReg()