From 4bb21fcde28dfa98d2a97fd207cdec6040ed99ad Mon Sep 17 00:00:00 2001 From: wxl Date: Sat, 5 Dec 2020 12:34:52 +0800 Subject: [PATCH] single op add check json file --- ge/offline/single_op_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/offline/single_op_parser.h b/ge/offline/single_op_parser.h index c64492b4..4da25789 100644 --- a/ge/offline/single_op_parser.h +++ b/ge/offline/single_op_parser.h @@ -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);