Hi,
I have a problem about the * or mul operation in snpe.
I conduct attention block in my neural network that require * operation, i.e. input [24,4,60,60] (channel,batch,h,w) * attention [24,4,1,1].
When I convert the pytorch onnx to the snpe platform, it seems have problem about the mul operation.
Is there any idea to solve this?
Many thanks.
