aboutsummaryrefslogtreecommitdiff
path: root/ethosu
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2023-11-16 11:36:19 +0000
committerTim Hall <tim.hall@arm.com>2023-11-16 12:48:26 +0000
commit2742947db9dbec68f0ae978e70068b44651d6a8a (patch)
tree88b5005fe7b28a622f9971102817b8522017171e /ethosu
parent6a7fd3d172d1e8787b023d90d331bd37aeedc956 (diff)
downloadethos-u-vela-2742947db9dbec68f0ae978e70068b44651d6a8a.tar.gz
MLBEDSW-8280: Update PyPI homepage link
- Changed homepage link from cgit to gittiles - Clarified tensor alignment is in Bytes Change-Id: I9fd912c17d61f9add11493e031bbb620271c68eb Signed-off-by: Tim Hall <tim.hall@arm.com>
Diffstat (limited to 'ethosu')
-rw-r--r--ethosu/vela/vela.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethosu/vela/vela.py b/ethosu/vela/vela.py
index b8807b81..66a21046 100644
--- a/ethosu/vela/vela.py
+++ b/ethosu/vela/vela.py
@@ -473,7 +473,7 @@ def main(args=None):
default=Tensor.AllocationQuantum,
help=(
"Controls the allocation byte alignment of cpu tensors including Ethos-U Custom"
- " operator inputs and outputs (default: %(default)s)"
+ " operator inputs and outputs (default: %(default)s Bytes)"
),
)
parser.add_argument(