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