aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2021-11-10 12:50:57 +0000
committerCathal Corbett <cathal.corbett@arm.com>2021-11-10 16:33:37 +0000
commit019da94aef34eae9fa2fffaf6b9b1cd469b49f24 (patch)
treeab463bf2b2abbca151f01ef7a91816633d2f7e24 /python
parentf87895139111c2dd0f7930090186f92aef87ae9f (diff)
downloadarmnn-019da94aef34eae9fa2fffaf6b9b1cd469b49f24.tar.gz
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 <cathal.corbett@arm.com> Change-Id: Id80ba60647d1970115a8cf200f0d71e4fada9b30
Diffstat (limited to 'python')
-rw-r--r--python/pyarmnn/src/pyarmnn/swig/modules/armnn_tensor.i2
1 files changed, 1 insertions, 1 deletions
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.