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.

Unsupported Layers when importing onnx in TIDL

When importing onnx file in TIDL, I am facing the following error

ONNX operator Div is not suported now.. By passing
ONNX operator Sigmoid is not suported now.. By passing
ONNX operator Sigmoid is not suported now.. By passing
Could not find const or initializer 763 !!!
Only float and INT64 tensor is suported

CHECK failed: (index) < (current_size_):
terminate called after throwing an instance of 'google::protobuf::FatalException'
what(): CHECK failed: (index) < (current_size_):

Please do guide me in resolving this