From 26ee542b19fc69ce975281cdf428813a073e393e Mon Sep 17 00:00:00 2001 From: Teresa Charlin Date: Tue, 3 May 2022 21:39:57 +0100 Subject: IVGCVSW-6865 Add GATHERNd to PyArmNN Signed-off-by: Teresa Charlin Change-Id: I7c80299f539b64682a6a68cd1709089f71600cd9 --- python/pyarmnn/test/test_network.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/pyarmnn/test') 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', -- cgit v1.2.1