Part Number: TDA4VH-Q1
Other Parts Discussed in Thread: TDA4VM
Tool/software:
Hi,
While compiling my model using edgeai-tidl-tools, I encountered an issue where the graph is being split into two subgraphs.
Specifically, there is a Mul layer in the middle of the model that multiplies two tensors with shapes [1, 64, 24, 40] and [1, 64, 1, 1].
At this Mul operation, the compiler separates the model into two subgraphs.
My question is:
How should I handle this kind of graph separation?
Is there a recommended way to restructure or modify the model so that the graph remains intact?
Or is there a way to ensure that this type of broadcasting Mul operation is fully supported without causing a subgraph split?
For reference:
I’m using SDK 9.2
Any suggestions or guidance would be greatly appreciated.
Best regards,
Minho