aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela')
-rw-r--r--ethosu/vela/weight_compressor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ethosu/vela/weight_compressor.py b/ethosu/vela/weight_compressor.py
index 65361436..10a1a6dd 100644
--- a/ethosu/vela/weight_compressor.py
+++ b/ethosu/vela/weight_compressor.py
@@ -149,8 +149,8 @@ def encode_weights(
ifm_ublock = ArchitectureFeatures.accelerator_configs[accelerator].ifm_ublock
ofm_ublock = ArchitectureFeatures.accelerator_configs[accelerator].ofm_ublock
- decomp_h = ArchitectureFeatures.SubKernelMax.height // dilation_xy[0]
- decomp_w = ArchitectureFeatures.SubKernelMax.width // dilation_xy[1]
+ decomp_h = ArchitectureFeatures.SubKernelMax.height // dilation_xy[1]
+ decomp_w = ArchitectureFeatures.SubKernelMax.width // dilation_xy[0]
return mlw_codec.reorder_encode(
ifm_ublock.depth,