aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/test
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2022-05-03 21:39:57 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2022-05-04 12:39:39 +0000
commit26ee542b19fc69ce975281cdf428813a073e393e (patch)
tree4697557f6dd8140986f419edcdf89a0449981925 /python/pyarmnn/test
parentd5c0ed24ce91ee0da1dcb5858da16f0f8a3d3172 (diff)
downloadarmnn-26ee542b19fc69ce975281cdf428813a073e393e.tar.gz
IVGCVSW-6865 Add GATHERNd to PyArmNN
Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: I7c80299f539b64682a6a68cd1709089f71600cd9
Diffstat (limited to 'python/pyarmnn/test')
-rw-r--r--python/pyarmnn/test/test_network.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/pyarmnn/test/test_network.py b/python/pyarmnn/test/test_network.py
index 8cb81221e2..5522bf656d 100644
--- a/python/pyarmnn/test/test_network.py
+++ b/python/pyarmnn/test/test_network.py
@@ -209,6 +209,7 @@ def test_serialize_to_dot_mode_readonly(network_file, get_runtime, tmpdir):
'AddFillLayer',
'AddFullyConnectedLayer',
'AddGatherLayer',
+ 'AddGatherNdLayer',
'AddInputLayer',
'AddInstanceNormalizationLayer',
'AddLogicalBinaryLayer',