pytorch/test/xpu
Harmen Stoppels 01554c7b5a fix incorrect literal strings / accidental tuples (#146037)
* `expr,` is short for `(expr,)`
* literal strings over multiple lines need to escape the newline `\` or use `(...)`.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/146037
Approved by: https://github.com/Skylion007
2025-02-03 15:08:11 +00:00
..
test_conv.py
test_gemm.py fix incorrect literal strings / accidental tuples (#146037) 2025-02-03 15:08:11 +00:00