GetNodeType
函数功能
获取算子的类型。
函数原型
1 | const ge::char_t *GetNodeType() const |
参数说明
无。
返回值说明
算子的类型。
约束说明
无。
调用示例
1 | auto node_type = compute_node_info.GetNodeType(); |
父主题: ComputeNodeInfo
获取算子的类型。
1 | const ge::char_t *GetNodeType() const |
无。
算子的类型。
无。
1 | auto node_type = compute_node_info.GetNodeType(); |