Browse Source

清理Parser中的告警

pull/138/head
dajunli 5 years ago
parent
commit
7822f5801d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      parser/common/parser_utils.h

+ 2
- 1
parser/common/parser_utils.h View File

@@ -31,7 +31,8 @@ class ParserUtils {
static Status HandleInputContext(const NodePtr &node,
const std::vector<NodePtr> &input_nodes,
const ComputeGraphPtr &compute_graph);
static Status HandleOutputContext(const NodePtr &node, const std::vector<std::pair<NodePtr, int32_t>> &out_node_index);
static Status HandleOutputContext(const NodePtr &node,
const std::vector<std::pair<NodePtr, int32_t>> &out_node_index);
};
} // namespace ge
#endif // PARSER_COMMON_PARSER_UTILS_H_

Loading…
Cancel
Save