From 3851d898e7a0dae99fa0fd95ff69e13a82f1c72c Mon Sep 17 00:00:00 2001 From: baker Date: Thu, 10 Dec 2020 14:24:27 +0800 Subject: [PATCH] add onnx model parse api --- inc/framework/omg/parser/model_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/framework/omg/parser/model_parser.h b/inc/framework/omg/parser/model_parser.h index f995f8fa..5d0f3f5c 100644 --- a/inc/framework/omg/parser/model_parser.h +++ b/inc/framework/omg/parser/model_parser.h @@ -112,7 +112,7 @@ class ModelParser { * @brief Convert network data type * @param [in] type Data type to be converted * @return ge::DataType - */ + */ virtual ge::DataType ConvertToGeDataType(const uint32_t type) = 0; virtual Status ParseAllGraph(const google::protobuf::Message *root_proto, ge::ComputeGraphPtr &root_graph) = 0;