I’m looking at the
code
vela/operation.py
and
https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ethos-u-vela/+/refs/heads/master/SUPPORTED_OPS.md
file and didn’t see a Conv1d here.
I know we can always convert conv2d to conv1d with kernelW=1.
Just want to confirm.