Part Number: J784S4XEVM
Hello,
I am working with an ONNX model using TIDL and encountering an issue when trying to offload a standalone Equal operator to TIDL.
I implemented it as Custom Op using the implementation of Custom Maxpool as reference.
However, when compiling the model, I encounter the following error:

I am using SDK 11.2 (latest) with onnx 1.15.0
Here is the implementation that I used (custom folder) and the model.
equal_model.zip 4010.custom.zip
FYI: I was working with SDK10 and my custom implementations was working.
Could you please review the custom implementation and let me know if something is missing?
And please can you share the recommended steps for implementing a custom operator in SDK 11.2?
Any guidance would be greatly appreciated.
Thank you.
Ghassen Souissi

