mirror of https://github.com/llvm/torch-mlir
add torch.qint32 to dtype-spec in TorchTypes.td (#3206)
parent
8a1dbbd597
commit
dc470e65c8
|
@ -129,6 +129,7 @@ class AnyTorchTensorType<string name, string typeMnemonic>
|
||||||
| torch.bool | i1 |
|
| torch.bool | i1 |
|
||||||
| torch.qint8 | !torch.qint8 |
|
| torch.qint8 | !torch.qint8 |
|
||||||
| torch.quint8 | !torch.quint8 |
|
| torch.quint8 | !torch.quint8 |
|
||||||
|
| torch.qint32 | !torch.qint32 |
|
||||||
| torch.complex64 | complex<f32> |
|
| torch.complex64 | complex<f32> |
|
||||||
| torch.complex128 | complex<f64> |
|
| torch.complex128 | complex<f64> |
|
||||||
|-------------------|--------------------|
|
|-------------------|--------------------|
|
||||||
|
|
Loading…
Reference in New Issue