Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torchgen/api/
H A Dufunc.py56 def opmath_type(scalar_t: BaseCppType) -> BaseCppType:
67 def ufunctor_ctor_type(t: Type, *, binds: ArgName, scalar_t: BaseCppType) -> NamedCType:
85 t: Type, *, binds: ArgName, scalar_t: BaseCppType
109 def ufunctor_ctor_argument(a: Argument, scalar_t: BaseCppType) -> Binding:
118 def ufunctor_apply_argument(a: Argument, scalar_t: BaseCppType) -> Binding:
160 g: NativeFunctionsGroup, *, scalar_tensor_idx: int | None, scalar_t: BaseCppType
H A Dlazy.py60 def setValueT(val: BaseCppType) -> None:
/aosp_15_r20/external/pytorch/torchgen/api/types/
H A Dtypes_base.py43 class BaseCppType: class