From 01acf1fe55cb134e7fa8975eb925a8d4a77ff3c2 Mon Sep 17 00:00:00 2001 From: wxl Date: Thu, 10 Dec 2020 17:11:20 +0800 Subject: [PATCH] single op parser add check for json input --- ge/offline/single_op_parser.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/ge/offline/single_op_parser.cc b/ge/offline/single_op_parser.cc index 739af6c3..8a9250fd 100644 --- a/ge/offline/single_op_parser.cc +++ b/ge/offline/single_op_parser.cc @@ -27,6 +27,7 @@ #include "common/ge_inner_error_codes.h" #include "framework/common/util.h" #include "graph/utils/attr_utils.h" +#include "graph/utils/type_utils.h" #include "graph/utils/tensor_utils.h" #include "graph/utils/op_desc_utils.h" #include "graph/operator_factory_impl.h"