Himalay Joriwal

Results 5 comments of Himalay Joriwal

Dummy Model Code: ``` def forward(self, x): y = torch.ops.aten.alias(x) y = y + 5 return y ```

Is there an ETA for this ? Work is blocked because of this.

> Expanding to a size 0 `[0, 5]` is not very well defined in ONNX. Did you see a case when this is needed? It is expanding to dynamic value...

> > > Expanding to a size 0 `[0, 5]` is not very well defined in ONNX. Did you see a case when this is needed? > > > >...