This website requires JavaScript.
Explore
Help
Register
Sign In
colin
/
onnx-mlir
Watch
1
Star
0
Fork
You've already forked onnx-mlir
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c476f05a45
onnx-mlir
/
.clang-format
4 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
clean up
2019-12-14 06:03:12 +08:00
BasedOnStyle: LLVM
AlwaysBreakTemplateDeclarations: Yes
Introduce helper class to generate KRNL code and apply it to Convolution (#93) * helper to gen krnl code, applied to conv * suggested changes, name, removed set insertion point * format * suggested changes * added comments and made a small name change
2020-02-25 06:20:15 +08:00
AlignAfterOpenBracket: DontAlign