[circle-mlir] Activate tests for ConvTranspose#16470
[circle-mlir] Activate tests for ConvTranspose#16470mhs4670go merged 1 commit intoSamsung:masterfrom
Conversation
This activates the model tests for the ConvTranspose pass with dynamic-shape inputs. ONE-DCO-1.0-Signed-off-by: Seungho Henry Park <shs.park@samsung.com>
| AddModel(ConvTranspose2d_F32_R4_p11_nobias) | ||
| # AddModel(ConvTranspose2d_F32_R4_unk_bh) | ||
| # AddModel(ConvTranspose2d_F32_R4_unk_bw) | ||
| # AddModel(ConvTranspose2d_F32_R4_unk_bh) --> Does't support dynamic shape output |
There was a problem hiding this comment.
Just curiosity, even though it can't resolve dynamic shape outputs, the codes has been introduced because circle can do it?
There was a problem hiding this comment.
It is not exactly because circle already fully supports all such dynamic outputs.
The point was that partially dynamic shapes in intermediate IR are still worth preserving when possible.
AFAIK, they may be refined later by subsequent passes or by concrete runtime input shapes.
So I wanted to avoid rejecting those cases too early in the conversion pipeline.
Please let me know if I got anything wrong or missed something.
There was a problem hiding this comment.
Thanks for the comments. I just wanted to check if there's some passes or other workflows that validates the graph.
This activates the model tests for the ConvTranspose pass with dynamic-shape inputs.
ONE-DCO-1.0-Signed-off-by: Seungho Henry Park shs.park@samsung.com