aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/high_level_command_stream.py
diff options
context:
space:
mode:
authorPatrik Gustavsson <patrik.gustavsson@arm.com>2021-02-09 15:38:46 +0100
committerPatrik Gustavsson <patrik.gustavsson@arm.com>2021-02-11 14:38:56 +0100
commite3b1b91c450129308a3a1d466a2f2876a5a872b1 (patch)
tree77c6fe5cc8836dc3aac505efdbf78cee433bd398 /ethosu/vela/high_level_command_stream.py
parent138d47f5a3e87d294b3714ae799ccad8ac9111bd (diff)
downloadethos-u-vela-e3b1b91c450129308a3a1d466a2f2876a5a872b1.tar.gz
MLBEDSW-3774 Remove SplitSliceRead
Removed SplitSliceRead from subgraph during graph optimisation. Signed-off-by: Patrik Gustavsson <patrik.gustavsson@arm.com> Change-Id: I9315d4c2a6767828dd2b4e66823d73b10ebee99c
Diffstat (limited to 'ethosu/vela/high_level_command_stream.py')
-rw-r--r--ethosu/vela/high_level_command_stream.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethosu/vela/high_level_command_stream.py b/ethosu/vela/high_level_command_stream.py
index c25c023e..0ce8fac2 100644
--- a/ethosu/vela/high_level_command_stream.py
+++ b/ethosu/vela/high_level_command_stream.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2020 Arm Limited or its affiliates. All rights reserved.
+# Copyright (C) 2020-2021 Arm Limited or its affiliates. All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
@@ -41,7 +41,7 @@ class Box:
npu_block_type: NpuBlockType,
concat_axis: int = 0,
concat_offset: int = 0,
- split_offset: int = None,
+ split_offset: Shape4D = None,
k_height: int = 1,
upscaling_factor: int = 1,
):