aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/test/test_network.py
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2021-11-18 18:17:38 +0000
committerCathal Corbett <cathal.corbett@arm.com>2021-11-22 16:01:45 +0000
commitf0836e0d7efa947f7589c476b531944078cc02d2 (patch)
treeb179d953e9ad7d44b2d2146b5e74cd48cff4e637 /python/pyarmnn/test/test_network.py
parent8dd77d2093b00f195a94eb909abb526190ae6a55 (diff)
downloadarmnn-f0836e0d7efa947f7589c476b531944078cc02d2.tar.gz
IVGCVSW-6591 AddLogicalBinaryLayer to PyArmNN
* AddLogicalBinaryLayer to PyArmNN armnn_network.i * LogicalBinaryDescriptor to PyArmNN armnn_descriptors.i * Add layer to test_network_method_exists() in test_network.py * Add descriptor unit tests to test_descriptors.py Signed-off-by: Cathal Corbett <cathal.corbett@arm.com> Change-Id: I2f6288987332e1556235a9c16582e96b3a0fb641
Diffstat (limited to 'python/pyarmnn/test/test_network.py')
-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 4f37c473ac..1792041e11 100644
--- a/python/pyarmnn/test/test_network.py
+++ b/python/pyarmnn/test/test_network.py
@@ -208,6 +208,7 @@ def test_serialize_to_dot_mode_readonly(network_file, get_runtime, tmpdir):
'AddGatherLayer',
'AddInputLayer',
'AddInstanceNormalizationLayer',
+ 'AddLogicalBinaryLayer',
'AddLogSoftmaxLayer',
'AddL2NormalizationLayer',
'AddLstmLayer',