Home
last modified time | relevance | path

Searched defs:CustomReg (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/registry/
Dregister_kernel_interface.cc30 Status RegisterKernelInterface::CustomReg(const std::vector<char> &provider, const std::vector<char… in CustomReg() function in mindspore::registry::RegisterKernelInterface
Dkernel_interface_registry.cc44 Status KernelInterfaceRegistry::CustomReg(const std::string &provider, const std::string &type, in CustomReg() function in mindspore::registry::KernelInterfaceRegistry
/third_party/mindspore/mindspore-src/source/mindspore/lite/include/registry/
Dregister_kernel_interface.h101 Status RegisterKernelInterface::CustomReg(const std::string &provider, const std::string &op_type, in CustomReg() function