|
|
|
@@ -1,5 +1,5 @@ |
|
|
|
/** |
|
|
|
* Copyright 2020 Huawei Technologies Co., Ltd |
|
|
|
* Copyright (c) Huawei Technologies Co., Ltd. 2022. All rights reserved. |
|
|
|
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
@@ -41,7 +41,7 @@ class ParserUtils { |
|
|
|
static Status HandleInputContext(const NodePtr &node, |
|
|
|
const std::vector<NodePtr> &input_nodes, |
|
|
|
const ComputeGraphPtr &compute_graph); |
|
|
|
static Status HandleOutputContext(const NodePtr &node, |
|
|
|
static Status HandleOutputContext(const NodePtr &node, |
|
|
|
const std::vector<std::pair<NodePtr, int32_t>> &out_node_index, |
|
|
|
OutputMapping &output_mapping); |
|
|
|
}; |
|
|
|
|