This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

J784S4XEVM: SDK11.2: Error while implementing TIDL Custom Op

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:

2026-02-11_20h27_19.png

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