From 3a26920b7cd302364d68830eb6e374311ce17f22 Mon Sep 17 00:00:00 2001 From: Patrik Gustavsson Date: Thu, 21 Jan 2021 08:28:55 +0100 Subject: MLBEDSW-3772 Reshape removal -Removed reshapes in the original graph -Removed the addition of reshapes to the optimized graph -Reshapes with different ifm/ofm quantisation will remain Signed-off-by: Patrik Gustavsson Change-Id: I94862be53dac0d7434815e2aee5ca678228495f8 --- ethosu/vela/compiler_driver.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'ethosu/vela/compiler_driver.py') diff --git a/ethosu/vela/compiler_driver.py b/ethosu/vela/compiler_driver.py index 78d7f12a..3d4f7584 100644 --- a/ethosu/vela/compiler_driver.py +++ b/ethosu/vela/compiler_driver.py @@ -146,9 +146,6 @@ def compiler_driver(nng, arch, options, scheduler_options): if options.verbose_quantization: nng.print_graph_with_tensor_quantization() - nng = graph_optimiser.optimise_graph_b(nng, arch, options.verbose_graph) - assert verify_graph_health(nng) - nng = mark_tensors.mark_tensor_purpose(nng, arch, options.verbose_tensor_purpose) assert verify_graph_health(nng) nng = insert_dma.insert_dma_commands(nng, arch, options.verbose_graph) -- cgit v1.2.1