Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/registry/
Dregister_kernel.cc25 Status RegisterKernel::RegCustomKernel(const std::vector<char> &arch, const std::vector<char> &prov… in RegCustomKernel() function in mindspore::registry::RegisterKernel
Dregister_kernel_impl.cc51 Status RegistryKernelImpl::RegCustomKernel(const std::string &arch, const std::string &provider, Da… in RegCustomKernel() function in mindspore::registry::RegistryKernelImpl
/third_party/mindspore/mindspore-src/source/mindspore/lite/include/registry/
Dregister_kernel.h140 Status RegisterKernel::RegCustomKernel(const std::string &arch, const std::string &provider, DataTy… in RegCustomKernel() function