Home
last modified time | relevance | path

Searched defs:RegKernel (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/registry/
Dregister_kernel.cc31 Status RegisterKernel::RegKernel(const std::vector<char> &arch, const std::vector<char> &provider, … in RegKernel() function in mindspore::registry::RegisterKernel
Dregister_kernel_impl.cc92 Status RegistryKernelImpl::RegKernel(const std::string &arch, const std::string &provider, DataType… in RegKernel() function in mindspore::registry::RegistryKernelImpl
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dkernel_registry.cc110 void KernelRegistry::RegKernel(const KernelKey desc, const kernel::KernelCreator creator) { in RegKernel() function in mindspore::lite::KernelRegistry
130 void KernelRegistry::RegKernel(KERNEL_ARCH arch, TypeId data_type, int op_type, kernel::KernelCreat… in RegKernel() function in mindspore::lite::KernelRegistry
/third_party/mindspore/mindspore-src/source/mindspore/lite/include/registry/
Dregister_kernel.h135 Status RegisterKernel::RegKernel(const std::string &arch, const std::string &provider, DataType dat… in RegKernel() function