GetOpType
Description
Obtains the operator type.
Prototype
std::string GetOpType() const
Parameters
None
Returns
An std::string for the operator type.
Restrictions
None
Example
std::string type = ctx.GetOpType();
Parent topic: Class CpuKernelContext
Obtains the operator type.
std::string GetOpType() const
None
An std::string for the operator type.
None
std::string type = ctx.GetOpType();