Home
last modified time | relevance | path

Searched defs:IntLikeType (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/
H A Dtypes.py54 IntLikeType: TypeAlias = Union[int, SymInt] variable
H A D__init__.py480 def __mod__(self, other: "IntLikeType") -> "SymInt":
516 def __sub__(self, other: "IntLikeType") -> "SymInt":
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dproxy_tensor.py515 outer_s: IntLikeType,