Browse Source

single op add check json file

pull/532/head
wxl 4 years ago
parent
commit
4bb21fcde2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/offline/single_op_parser.h

+ 1
- 1
ge/offline/single_op_parser.h View File

@@ -75,7 +75,7 @@ class SingleOpParser {
std::string tensor_name;
std::string format;
std::string dtype;
}
};

static Status ReadJsonFile(const std::string &file, nlohmann::json &json_obj);
static bool Validate(const SingleOpDesc &op_desc);


Loading…
Cancel
Save