Browse Source

fix

tags/v1.1.0
chuxing 4 years ago
parent
commit
5880da76e4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      ge/offline/single_op_parser.cc

+ 1
- 0
ge/offline/single_op_parser.cc View File

@@ -56,6 +56,7 @@ constexpr int kDumpJsonIndent = 2;
constexpr int kShapeRangePairSize = 2; constexpr int kShapeRangePairSize = 2;
constexpr int kShapeRangeLow = 0; constexpr int kShapeRangeLow = 0;
constexpr int kShapeRangeHigh = 1; constexpr int kShapeRangeHigh = 1;
constexpr int kMaxFileNameLen = 128;


map<string, GeAttrValue::ValueType> kAttrTypeDict = { map<string, GeAttrValue::ValueType> kAttrTypeDict = {
{"bool", GeAttrValue::VT_BOOL}, {"bool", GeAttrValue::VT_BOOL},


Loading…
Cancel
Save