GetNodeType
Function Usage
Obtains the type of an operator.
Prototype
1 | const ge::char_t *GetNodeType() const |
Parameters
None
Returns
Operator type.
Constraints
None
Examples
1 | auto node_type = compute_node_info.GetNodeType(); |
Parent topic: ComputeNodeInfo