aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/compiler_driver.py
diff options
context:
space:
mode:
authorTim Hall <tim.hall@arm.com>2021-04-22 12:08:28 +0100
committertim.hall <tim.hall@arm.com>2021-05-07 08:51:39 +0000
commit03d40a24de88452a877f356ffe20e93705e76c43 (patch)
treee79c3a38df2617fc4d93a6849ed7b011710df5a6 /ethosu/vela/compiler_driver.py
parentf5c07c45b48717fb6391adb35cb73ca7cd5734c3 (diff)
downloadethos-u-vela-03d40a24de88452a877f356ffe20e93705e76c43.tar.gz
vela: Remove unused serialisation params
- Removed unused nng parameter Signed-off-by: Tim Hall <tim.hall@arm.com> Change-Id: I0bb2eb101a84ea8022c8eb7bcbd86d617e933510
Diffstat (limited to 'ethosu/vela/compiler_driver.py')
-rw-r--r--ethosu/vela/compiler_driver.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethosu/vela/compiler_driver.py b/ethosu/vela/compiler_driver.py
index 26d350ea..e2c71ac0 100644
--- a/ethosu/vela/compiler_driver.py
+++ b/ethosu/vela/compiler_driver.py
@@ -292,10 +292,10 @@ def compiler_driver(nng, arch, options, scheduler_options):
nng, sg, arch, options.verbose_register_command_stream
)
scratch_tens, scratch_fast_tens, flash_tens = npu_serialisation.serialise_npu_subgraph_into_tensors(
- nng, sg, arch, scratch_tens, scratch_fast_tens, flash_tens
+ sg, arch, scratch_tens, scratch_fast_tens, flash_tens
)
- npu_serialisation.rewrite_npu_call_ops(nng, root_sg, arch)
+ npu_serialisation.rewrite_npu_call_ops(root_sg, arch)
# Set Scratch and Fast_scratch Tensor size
if scratch_tens is not None: