Tool/software:
Hello everyone.
I am trying to use tidl_edgeai_tools to convert my own onnx model to TIDL. However, my model contains a layer that TIDL does not support.
I've found in runtime, if such layer exists, the model will be divided to two TIDL subgraphs and one onnx layer, and the data flow is TIDL1 -> onnx layer -> TIDL2.
However, in TIDL, 4-D NCHW data is converted to 6-D 1*1*NCHW automatically, and when TIDL1 result is input to onnx layer, there will be data dimension unmatch error.
I can not find how to fix this. Are there any methods to disable unsqueeze operation or can convert data format between TIDL and onnx automically?
Thanks a lot.



