Hi,
I was trying to compile a model for TDA4VM (J721E) board. But, debug console is showing me following:
Unsupported (TIDL check) TIDL layer type --- Mul
My model has a Mul operation, but it takes in two tensors of different size 1x512x64x64 and 1x512x1x1. So, in torch it is done by broadcasting I suppose. So, due to different tensor shapes, is it possible that it is not supported by TIDL? I could see in the docs that it is a supported operation, but extensively from 2 inputs.
https://github.com/TexasInstruments/edgeai-tidl-tools/blob/09_00_00_00/docs/supported_ops_rts_versions.md
Kindly let me know where might be the issue and any possible work around for it. I think that it should be doable by using operation like .expand() if the issue is about tensor shapes.
Thanks,
Sourabh