Home
last modified time | relevance | path

Searched refs:scalarTypeT (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/torchgen/executorch/api/types/
Dtypes.py23 scalarTypeT = BaseCppType("torch::executor", "ScalarType") variable
49 BaseTy.ScalarType: scalarTypeT,
/external/pytorch/torchgen/api/types/
Dtypes.py56 scalarTypeT = BaseCppType("at", "ScalarType") variable
113 BaseTy.ScalarType: scalarTypeT,
/external/pytorch/torchgen/api/
Dnative.py21 scalarTypeT,
121 nctype=NamedCType("dtype", OptionalCType(BaseCType(scalarTypeT))),
Dtranslate.py29 scalarTypeT,
284 NamedCType("dtype", OptionalCType(BaseCType(scalarTypeT)))
297 elif goal == NamedCType("dtype", OptionalCType(BaseCType(scalarTypeT))):
Dlazy.py20 scalarTypeT,
98 return BaseCType(scalarTypeT)
/external/pytorch/tools/autograd/
Dload_derivatives.py30 scalarTypeT,
862 name, VectorCType(BaseCType(scalarTypeT))
878 "nctype": lambda name: NamedCType(name, BaseCType(scalarTypeT)),