blob: 3c773f42a616850ad9d6e05e0c9026547d1dd7f0 [file] [log] [blame]
# ${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,
_device,
_dtype,
_float,
_int,
_layout,
_qscheme,
_size,
Device,
Number,
SymInt,
)
${function_hints}
${all_directive}