add .clang-format
reformat all src
This commit is contained in:
@@ -14,9 +14,9 @@ namespace onnx_mlir {
|
||||
|
||||
std::string getOutputDir();
|
||||
|
||||
void createDirectory(const std::string &directory);
|
||||
void createDirectory(const std::string& directory);
|
||||
|
||||
void dumpModule(mlir::ModuleOp moduleOp, const std::string &name);
|
||||
void dumpModule(mlir::ModuleOp moduleOp, const std::string& name);
|
||||
|
||||
llvm::FailureOr<mlir::Operation*>
|
||||
getOtherEndOfChannel(mlir::Operation* op, bool opIsReceive, mlir::RewriterBase& rewriter);
|
||||
|
||||
Reference in New Issue
Block a user