From af7531d06bcba5ab07961bd2cd9023fac6234a29 Mon Sep 17 00:00:00 2001 From: l00444296 Date: Mon, 2 Nov 2020 15:26:48 +0800 Subject: [PATCH] Description:aclgrphParse IR interface Team:HISI_SW Feature or Bugfix:Feature Description: Team:HISI_SW Feature or Bugfix:Feature --- inc/framework/omg/parser/parser_inner_ctx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/framework/omg/parser/parser_inner_ctx.h b/inc/framework/omg/parser/parser_inner_ctx.h index b57420eb..d91c21d0 100644 --- a/inc/framework/omg/parser/parser_inner_ctx.h +++ b/inc/framework/omg/parser/parser_inner_ctx.h @@ -31,6 +31,7 @@ namespace ge { struct ParserContext { // format of the input specified by the command line std::unordered_map input_nodes_format_map; + std::vector output_formats; // user-designate input dims std::vector>> user_input_dims; std::unordered_map> input_dims;