SetNodeType
Function Usage
Sets the operator type.
Prototype
1 | void SetNodeType(const ge::char_t *node_type) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
node_type |
Input |
Operator type. |
Returns
None
Constraints
None
Examples
1 | compute_node_info.SetNodeType("Const"); |
Parent topic: ComputeNodeInfo