Comment 功能说明设置算子属性的注释。 函数原型1OpAttrDef &Comment(const char *comment) 参数说明 参数 输入/输出 说明 comment 输入 注释内容。 返回值说明算子属性定义,OpAttrDef请参考OpAttrDef。 约束说明无 调用示例1this->Attr("attrname").Comment("Attr cmt 1"); 父主题: OpAttrDef