pytorch/torch/nn/modules
Aaron Gokaslan 292af3cc89 [BE][Ez]: ISC001 Auto concatenate implicit one line strings (#146408)
Apply ruff rule about implicit string concatenation, this autofixes strings that are all the same type and on the same line. These lines are broken up likely as the result of autoformatters in the past. All fixes are automated using the autofixes in ISC001.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/146408
Approved by: https://github.com/justinchuby, https://github.com/janeyx99
2025-02-04 19:07:04 +00:00
..
__init__.py
_functions.py
activation.py Revert "Fix type annotation of Linear.bias (#142326)" 2025-01-26 03:41:00 +00:00
adaptive.py [BE][Ez]: ISC001 Auto concatenate implicit one line strings (#146408) 2025-02-04 19:07:04 +00:00
batchnorm.py
channelshuffle.py
container.py
conv.py PEP585: Missed conversions (#145342) 2025-01-29 05:24:36 +00:00
distance.py
dropout.py
flatten.py
fold.py
instancenorm.py
lazy.py
linear.py Revert "Fix type annotation of Linear.bias (#142326)" 2025-01-26 03:41:00 +00:00
loss.py [Docs] Add clarification for target types in CrossEntropyLoss doc (#145444) 2025-02-01 18:55:58 +00:00
module.py [BE][Ez]: ISC001 Auto concatenate implicit one line strings (#146408) 2025-02-04 19:07:04 +00:00
normalization.py [BE][Ez]: ISC001 Auto concatenate implicit one line strings (#146408) 2025-02-04 19:07:04 +00:00
padding.py
pixelshuffle.py
pooling.py
rnn.py
sparse.py
transformer.py Revert "Fix type annotation of Linear.bias (#142326)" 2025-01-26 03:41:00 +00:00
upsampling.py
utils.py