mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
More fixes and improved clang-tidy checkers (#93213)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/93213 Approved by: https://github.com/Skylion007
This commit is contained in:
@ -166,7 +166,7 @@ struct Dim : public py::base<Dim> {
|
||||
return batchtensor_;
|
||||
}
|
||||
private:
|
||||
int64_t size_;
|
||||
int64_t size_{-1};
|
||||
at::Tensor range_;
|
||||
at::Tensor batchtensor_;
|
||||
};
|
||||
|
Reference in New Issue
Block a user