aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/INetwork.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/INetwork.hpp')
-rw-r--r--include/armnn/INetwork.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/armnn/INetwork.hpp b/include/armnn/INetwork.hpp
index 2db6d5de83..5d2b4edb00 100644
--- a/include/armnn/INetwork.hpp
+++ b/include/armnn/INetwork.hpp
@@ -706,7 +706,7 @@ protected:
namespace experimental
{
-class AsyncNetwork;
+class AsyncNetworkImpl;
class WorkingMemHandle;
}
@@ -730,7 +730,7 @@ public:
protected:
friend class LoadedNetwork;
- friend class experimental::AsyncNetwork;
+ friend class experimental::AsyncNetworkImpl;
friend class experimental::WorkingMemHandle;
friend Graph& GetGraphForTesting(IOptimizedNetwork* optNetPtr);