You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding some examples regarding [ ], below shapes are taken from ttnn.add sweep for pytorch2
When tested in torch , Torch: {'input_shape': {'self': [], 'other': [0, 1]},
Requirements from pytorch tracing sweeps https://github.com/tenstorrent/pytorch2.0_ttnn/blob/main/docs/operations/aten.add.Tensor.md
Case 1:
when input parameters are such :
The tensor
other
is expected to be created as a 0-dim tensor with value 1.0Case 2:
when input parameters are such :
The tensor
self
is expected to be created as a 0-dim tensorThe tensor
other
is expected to be created as a 0-dim tensor with value 1.0Case:3
Empty Tensor or elements [0,1]
The text was updated successfully, but these errors were encountered: