From 019da94aef34eae9fa2fffaf6b9b1cd469b49f24 Mon Sep 17 00:00:00 2001 From: Cathal Corbett Date: Wed, 10 Nov 2021 12:50:57 +0000 Subject: Fix typo errors from ticket IVGCVSW-6420 * Typo errors from ticket 'Constant flag in tensor info is not set correctly'. Not fixed due to code freeze deadline. Signed-off-by: Cathal Corbett Change-Id: Id80ba60647d1970115a8cf200f0d71e4fada9b30 --- python/pyarmnn/src/pyarmnn/swig/modules/armnn_tensor.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/pyarmnn/src/pyarmnn/swig/modules/armnn_tensor.i b/python/pyarmnn/src/pyarmnn/swig/modules/armnn_tensor.i index d8ef37d762..892b8e4f08 100644 --- a/python/pyarmnn/src/pyarmnn/swig/modules/armnn_tensor.i +++ b/python/pyarmnn/src/pyarmnn/swig/modules/armnn_tensor.i @@ -237,7 +237,7 @@ public: %feature("docstring", " Sets the tensor info to be constant. - + Args: IsConstant (bool): Sets tensor info to constant. -- cgit v1.2.1