Typedef mindspore::registry::KernelInterfaceCreator

Typedef Documentation

using mindspore::registry::KernelInterfaceCreator = std::function<std::shared_ptr<kernel::KernelInterface>()>

KernelInterfaceCreator defined a functor to create KernelInterface.