Searched refs:symIntArrayRefT (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/pytorch/torchgen/api/ |
H A D | translate.py | 31 symIntArrayRefT, 338 NamedCType(goal.name, BaseCType(symIntArrayRefT)) 341 elif goal.type == BaseCType(symIntArrayRefT): 396 symIntArrayRef_ctype = NamedCType(goal.name, BaseCType(symIntArrayRefT))
|
H A D | cpp.py | 28 symIntArrayRefT, 200 return NamedCType(binds, BaseCType(symIntArrayRefT))
|
/aosp_15_r20/external/pytorch/tools/autograd/ |
H A D | load_derivatives.py | 33 symIntArrayRefT, 769 "nctype": lambda name: NamedCType(name, BaseCType(symIntArrayRefT)), 778 name, OptionalCType(BaseCType(symIntArrayRefT)) 789 name, OptionalCType(BaseCType(symIntArrayRefT)) 894 "nctype": lambda name: NamedCType(name, BaseCType(symIntArrayRefT)),
|
H A D | gen_inplace_or_view_type.py | 25 symIntArrayRefT, 366 BaseCType(symIntArrayRefT), 384 symIntArrayRefT
|
H A D | gen_autograd_functions.py | 36 symIntArrayRefT, 662 elif type == BaseCType(symIntArrayRefT): 690 elif type == OptionalCType(BaseCType(symIntArrayRefT)):
|
H A D | gen_variable_type.py | 58 symIntArrayRefT, 1503 elif type == BaseCType(symIntArrayRefT):
|
/aosp_15_r20/external/pytorch/torchgen/ |
H A D | gen_functionalization_type.py | 18 symIntArrayRefT, 304 expr, OptionalCType(BaseCType(symIntArrayRefT)) 307 if type in (BaseCType(symIntArrayRefT), VectorCType(BaseCType(SymIntT))):
|
/aosp_15_r20/external/pytorch/torchgen/api/types/ |
H A D | types.py | 81 symIntArrayRefT = BaseCppType("c10", "SymIntArrayRef") variable
|