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.
在使用edge-ai-tools编译onnx模型时发现,有的模型的maxpool和add层是支持的,有的模型的maxpool和add层不支持,请问这是什么原因。
这个模型是支持的
Supported TIDL layer type --- Conv -- Conv_0
Supported TIDL layer type --- Relu -- Relu_1
Supported TIDL layer type --- MaxPool -- MaxPool_2
Supported TIDL layer type --- Conv -- Conv_3
Supported TIDL layer type --- Relu -- Relu_4
Supported TIDL layer type --- Conv -- Conv_5
Supported TIDL layer type --- Add -- Add_6
别的模型却不支持
Unsupported (TIDL check) TIDL layer type --- MaxPool
Unsupported (TIDL check) TIDL layer type --- Add
请看下面e2e工程师的回复。
The maxpooling kernel specs are different for different models.
We have list of supported operators present here, please check the same.
https://github.com/TexasInstruments/edgeai-tidl-tools/blob/master/docs/supported_ops_rts_versions.md