SetNodeName

Function Usage

Sets the name of the operator corresponding to ComputeNodeInfo.

Prototype

1
void SetNodeName(const ge::char_t *node_name)

Parameters

Parameter

Input/Output

Description

node_name

Input

Operator name.

Returns

None

Constraints

None

Examples

compute_node_info->SetNodeName("Conv2d");