Hi,
We are having problems converting an ONNX model with TIDL Import Tool (SDK 7.1).
The constant is the input of the concat layer, which is a 3D matrix with constant values. This OP is also called CoordConv.
However, i found the 'ConstantLayer' in the source code of the modul import tools, but it was commented out.
So i wounder that will this layer be supported soon? If not, do you have any other suggestions for implementing the CoordConv?
Thanks a lot, have a nice day.
Dolby