aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/nodes/NodesFwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/nodes/NodesFwd.h')
-rw-r--r--arm_compute/graph/nodes/NodesFwd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arm_compute/graph/nodes/NodesFwd.h b/arm_compute/graph/nodes/NodesFwd.h
index 485361296a..6393b1d5d4 100644
--- a/arm_compute/graph/nodes/NodesFwd.h
+++ b/arm_compute/graph/nodes/NodesFwd.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2020 Arm Limited.
+ * Copyright (c) 2018-2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -49,6 +49,7 @@ class EltwiseLayerNode;
class FlattenLayerNode;
class FullyConnectedLayerNode;
class FusedConvolutionBatchNormalizationNode;
+class FusedConvolutionWithPostOpNode;
class FusedDepthwiseConvolutionBatchNormalizationNode;
class GenerateProposalsLayerNode;
class InputNode;