Skip to content

Commit

Permalink
fix clang format
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Xu <[email protected]>
  • Loading branch information
Connor-XY committed Jan 11, 2024
1 parent d4b70ef commit 0f71a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dialect/ONNX/DialectBuilder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ struct OnnxBuilder : DialectBuilder {

// Create operation and infer shape.
template <typename OnnxOpType, typename... Args>
OnnxOpType createOpAndInferShapes(Args &&...args) const;
OnnxOpType createOpAndInferShapes(Args &&... args) const;

template <typename OnnxOpType, typename... Args>
OnnxOpType createTypedOpAndInferShapes(
mlir::Type result_ty, Args &&...args) const;
mlir::Type result_ty, Args &&... args) const;

// ONNXAddOp
mlir::Value add(mlir::Value A, mlir::Value B) const;
Expand Down

0 comments on commit 0f71a19

Please sign in to comment.