aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2021-11-10 12:50:57 +0000
committerDavid Monahan <David.Monahan@arm.com>2021-11-11 15:19:14 +0000
commit7e4dc4729d2af8b554be52206fc89bbe1dc21882 (patch)
treeab463bf2b2abbca151f01ef7a91816633d2f7e24 /python
parented371231be5282c77c6c3591309345a0deb9e365 (diff)
downloadarmnn-7e4dc4729d2af8b554be52206fc89bbe1dc21882.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.