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