| # ${generated_comment} | |
| import builtins | |
| from typing import ( | |
| Any, | |
| Callable, | |
| ContextManager, | |
| Iterator, | |
| List, | |
| Literal, | |
| NamedTuple, | |
| Optional, | |
| overload, | |
| Sequence, | |
| Tuple, | |
| TypeVar, | |
| Union, | |
| ) | |
| import torch | |
| from torch import contiguous_format, Generator, inf, memory_format, strided, Tensor | |
| from torch.types import ( | |
| _bool, | |
| _complex, | |
| _device, | |
| _dtype, | |
| _float, | |
| _int, | |
| _layout, | |
| _qscheme, | |
| _size, | |
| Device, | |
| Number, | |
| SymInt, | |
| ) | |
| ${function_hints} | |
| ${all_directive} |