GetAllRegisteredOpTypes
Description
Obtains the information about all operator types that have registered the AI CPU operator kernel.
Prototype
std::vector<std::string> GetAllRegisteredOpTypes() const
Parameters
None
Returns
std::vector<std::string> type.
Restrictions
None
Example
std::vector<std::string> op_types = CpuKernelRegister::Instance().GetAllRegisteredOpTypes();
Parent topic: Class CpuKernelRegister