torch-mlir/lib/Conversion/TorchToStablehlo
Quinn Dawkins 494089d53d
Clang format refresh (#2812)
After noticing a number of commits with unrelated formatting changes,
I think something was changed with clang-format at one point and we're
seeing a number of unrelated changes. Doing a refresh can help avoid
this.

The changes made here came from
```
find lib -iname *.h -o -iname *.cpp  | xargs clang-format -i --style=llvm
find include -iname *.h -o -iname *.cpp  | xargs clang-format -i --style=llvm
find projects -iname *.h -o -iname *.cpp  | xargs clang-format -i --style=llvm
```
2024-01-29 12:59:33 -05:00
..
Basic.cpp Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
CMakeLists.txt Re-organize project structure to separate PyTorch dependencies from core project. (#2542) 2023-11-02 19:45:55 -07:00
GatherScatter.cpp Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
Linear.cpp Advance llvm-project and stablehlo. (#2619) 2023-12-07 23:13:42 -08:00
Pooling.cpp Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
PopulatePatterns.h [StableHLO] Support for slice_scatter (#1960) 2023-03-22 13:41:04 -07:00
Reduction.cpp Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
StablehloLegalizeUtils.cpp Advance llvm-project and stablehlo. (#2619) 2023-12-07 23:13:42 -08:00
TorchToStablehlo.cpp [Stablehlo] support dynamic shape when convert aten.fill.Scalar (#2349) 2023-07-27 18:35:25 +08:00
ViewLike.cpp Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00