mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Follows #131034 Pull Request resolved: https://github.com/pytorch/pytorch/pull/131735 Approved by: https://github.com/ezyang
6 lines
137 B
C++
6 lines
137 B
C++
#pragma once
|
|
|
|
namespace torch::jit {
|
|
static const char* valid_single_char_tokens = "+-*/%@()[]:,={}><.?!&^|~";
|
|
} // namespace torch::jit
|