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
'tensor.cast' op operand type 'tensor<64x64x112x112xf32>' and result type 'tensor<1x64x112x112xf32>' are cast incompatible : Mul with broadcast + reshape
#907
Open
pravg-amd opened this issue
Feb 6, 2025
· 0 comments
model_torch_onnx.mlir:5:10: error: 'tensor.cast' op operand type 'tensor<64x64x112x112xf32>' and result type 'tensor<1x64x112x112xf32>' are cast incompatible
%2 = torch.operator "onnx.Mul"(%arg0, %1) : (!torch.vtensor<[1,64,112,112],f32>, !torch.vtensor<[64,1,1,1],f32>) -> !torch.vtensor<[1,64,112,112],f32>
pravg-amd
changed the title
Mul with broadcast requires reshape for inception-v2-6
'tensor.cast' op operand type 'tensor<64x64x112x112xf32>' and result type 'tensor<1x64x112x112xf32>' are cast incompatible : Mul with broadcast + reshape
Feb 7, 2025
For the below IR,
Getting error as
Command
Model Impacted:
inception-v2-6
The text was updated successfully, but these errors were encountered: