Fix print_operators_doc to support AttrType int_64

fix-profile-doc-typo
guosheng 7 years ago
parent fd5c1c8a69
commit e54eaee58a

@ -64,6 +64,8 @@ std::string AttrType(paddle::framework::proto::AttrType at) {
return "bool array";
case paddle::framework::proto::BLOCK:
return "block id";
case paddle::framework::proto::LONG:
return "long";
}
return "UNKNOWN"; // not possible
}

Loading…
Cancel
Save