aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/SubgraphViewSelector.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/SubgraphViewSelector.hpp')
-rw-r--r--src/armnn/SubgraphViewSelector.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/armnn/SubgraphViewSelector.hpp b/src/armnn/SubgraphViewSelector.hpp
index 0a05bc259e..4808a99fb9 100644
--- a/src/armnn/SubgraphViewSelector.hpp
+++ b/src/armnn/SubgraphViewSelector.hpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2017 Arm Ltd. All rights reserved.
+// Copyright © 2017, 2023 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
@@ -21,8 +21,7 @@ class Graph;
class SubgraphViewSelector final
{
public:
- using SubgraphViewPtr = std::unique_ptr<SubgraphView>;
- using Subgraphs = std::vector<SubgraphViewPtr>;
+ using Subgraphs = std::vector<SubgraphView::SubgraphViewPtr>;
using LayerSelectorFunction = std::function<bool(const Layer&)>;
/// Selects subgraphs from a graph based on the selector function and the algorithm.