torch-mlir/test/Conversion
kumardeepakamd 87389f0762
[ONNXToTorch] Add conversion for Onnx range (#2752)
Implemented ONNX.Range. The spec says the data type for start, limit,
delta are 0-D can be double, float, int16, int32, int64, All int types
mapped to !torch.int and all float types mapped to !torch.float

---------

Co-authored-by: Kumar Deepak <kumar@xilinx.com>
2024-01-15 14:26:46 -05:00
..
TorchConversionToMLProgram Bump LLVM and StableHLO (#2598) 2023-11-28 22:12:24 -08:00
TorchOnnxToTorch [ONNXToTorch] Add conversion for Onnx range (#2752) 2024-01-15 14:26:46 -05:00
TorchToArith [Torch Dialect] add folder for aten.any.bool (#2388) 2023-08-30 17:29:03 +08:00
TorchToLinalg [aten] Make `torch.aten.matmul` to `linalg` work for non-broadcasting case (#2659) 2023-12-20 10:09:10 -08:00
TorchToSCF mlir: bump llvm tag to 5380e3 (#856) 2022-05-16 12:54:35 -07:00
TorchToStablehlo [Stablehlo] add converter for aten.scatter.src op (#2295) 2023-07-24 10:14:45 +08:00
TorchToTensor [onnx] Lowering for `onnx.shape` to `torch` and `tensor` (#2648) 2023-12-15 11:37:49 -08:00
TorchToTosa Handle torch.none type in tosa.clamp op (#2739) 2024-01-11 10:36:48 -08:00