GetNodeType
Description
Obtains the type of an operator.
Prototype
const ge::char_t *GetNodeType() const
Parameters
None
Returns
Operator type
Restrictions
None
Example
auto node_type = compute_node_info.GetNodeType();
Parent topic: ComputeNodeInfo
Obtains the type of an operator.
const ge::char_t *GetNodeType() const
None
Operator type
None
auto node_type = compute_node_info.GetNodeType();