aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/operation.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/operation.py')
-rw-r--r--ethosu/vela/operation.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethosu/vela/operation.py b/ethosu/vela/operation.py
index d5b92d8d..845d70b5 100644
--- a/ethosu/vela/operation.py
+++ b/ethosu/vela/operation.py
@@ -555,6 +555,7 @@ class Operation:
res.explicit_scaling = self.explicit_scaling
res.low_precision_scaling = self.low_precision_scaling
res.rescale = self.rescale
+ res.ifm_resampling_mode = self.ifm_resampling_mode
return res