SetNodeName

Description

Sets the name of the operator corresponding to ComputeNodeInfo.

Prototype

void SetNodeName(const ge::char_t *node_name)

Parameters

Parameter

Input/Output

Description

node_name

Input

Operator name.

Returns

None

Restrictions

None

Example

compute_node_info->SetNodeName("Conv2d");