aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/Types.h
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2017-11-24 09:54:20 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:41:04 +0000
commit7bfe4c52823b3fad82339e5a686aa94e30d57e7b (patch)
tree619a7f096bb27f4b00059254024526dd233343e0 /arm_compute/graph/Types.h
parentf3dfa279d536906dac3e618244b2c1d33e5ff28a (diff)
downloadComputeLibrary-7bfe4c52823b3fad82339e5a686aa94e30d57e7b.tar.gz
COMPMID-554 Add Nodes
- DepthwiseConvolutionLayer Change-Id: Icaef85d7474f7532bf7d93d11b5c787712e57bdd Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/110524 Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'arm_compute/graph/Types.h')
-rw-r--r--arm_compute/graph/Types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h
index 5b6c9bde0d..f8d20615d6 100644
--- a/arm_compute/graph/Types.h
+++ b/arm_compute/graph/Types.h
@@ -94,6 +94,7 @@ enum class OperationType
BatchNormalizationLayer,
ConvolutionLayer,
DepthConvertLayer,
+ DepthwiseConvolutionLayer,
DequantizationLayer,
FlattenLayer,
FloorLayer,