aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Types.hpp
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2022-04-12 22:07:09 +0100
committerTeresa Charlin <teresa.charlinreyes@arm.com>2022-05-03 21:24:52 +0100
commitb2d3ec5b1e938ef34facfdbcff83fc8e845d5f7c (patch)
tree74ee2c47e76fddff249a9f25db01960a52eb2360 /include/armnn/Types.hpp
parent04cd60384f5fc8455bb7cf64416daa7b001754d1 (diff)
downloadarmnn-b2d3ec5b1e938ef34facfdbcff83fc8e845d5f7c.tar.gz
IVGCVSW-6856 Add GATHERNd FrontEnd and Ref Implementation
* Add front end * Add reference workload * Add unit tests * Add EndToEnd test Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: I4cebd17b18476df86162e2dda3366c10e80bd2f8
Diffstat (limited to 'include/armnn/Types.hpp')
-rw-r--r--include/armnn/Types.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index a804f55468..cc704a64ae 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -458,6 +458,7 @@ using InferenceTimingPair = std::pair<HighResolutionClock, HighResolutionClock>;
X(ChannelShuffle) \
X(Convolution3d) \
X(Pooling3d) \
+ X(GatherNd)\
// New layers should be added at last to minimize instability.