提交 187f2cef 编写于 作者: xiebaiyuan's avatar xiebaiyuan

suite precommit

上级 cacb362e
......@@ -263,7 +263,8 @@ class OpParam {
static const T GetAttr(const string &key, const AttributeMap &map) {
return ((Attribute)map.at(key)).Get<T>();
}
static const std::string GetStringAttr(const string &key, const AttributeMap &map) {
static const std::string GetStringAttr(const string &key,
const AttributeMap &map) {
return ((Attribute)map.at(key)).GetString();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册