onnxruntime
cccd61e3
- Add int64 as a required type to ConstantOfShape as it's used by the pytorch converter for Pad. (#8128)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
Add int64 as a required type to ConstantOfShape as it's used by the pytorch converter for Pad. (#8128) It's also used pointlessly for torch.tensor.repeat (although that usage should always be able to be constant folded).
References
#8128 - Add int64 as a required type to ConstantOfShape
Author
skottmckay
Parents
b1e21312
Loading