Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy323 committed Nov 13, 2023
1 parent 495f844 commit 671c981
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions torch_xla/csrc/ir.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,7 @@ class XlaNode : public torch::lazy::Node {

std::string ToString() const override;

void MarkDynamicDimension(uint32_t dim) {
dynamic_dims_.push_back(dim);
}
void MarkDynamicDimension(uint32_t dim) { dynamic_dims_.push_back(dim); }
const std::vector<uint32_t>& dynamic_dims() const { return dynamic_dims_; }

protected:
Expand Down

0 comments on commit 671c981

Please sign in to comment.