Hi, I have a question about partition, here is a model
right now the partition makes the two conv2D operators on the same device, then it will generate a fused function whose output is a tupleNode, what I want is to make the two conv2D on the same device, but don’t want to have tupleNode, so I want these two conv2D in different fused function.
In fact I want to eliminate all fused function whose output is a tupleNode, but keep the operator’s device unchanged, any advice, thanks!