Searched refs:intArrayRefT (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/pytorch/torchgen/api/ |
H A D | translate.py | 13 intArrayRefT, 260 return solve(NamedCType(goal.name, BaseCType(intArrayRefT)), direct=direct) 332 elif goal.type == BaseCType(intArrayRefT): 343 r = direct_solve(NamedCType(goal.name, BaseCType(intArrayRefT))) 392 intArrayRef_ctype = NamedCType(goal.name, BaseCType(intArrayRefT))
|
H A D | cpp.py | 17 intArrayRefT, 191 return NamedCType(binds, BaseCType(intArrayRefT)) 202 return NamedCType(binds, BaseCType(intArrayRefT))
|
H A D | structured.py | 11 intArrayRefT, 80 return NamedCType(binds, BaseCType(intArrayRefT))
|
/aosp_15_r20/external/pytorch/tools/autograd/ |
H A D | gen_inplace_or_view_type.py | 22 intArrayRefT, 365 BaseCType(intArrayRefT), 383 if arg_type == BaseCType(intArrayRefT) or arg_type == BaseCType(
|
H A D | gen_autograd_functions.py | 26 intArrayRefT, 655 elif type == BaseCType(intArrayRefT): 683 elif type == OptionalCType(BaseCType(intArrayRefT)):
|
H A D | gen_variable_type.py | 50 intArrayRefT, 1501 elif type == BaseCType(intArrayRefT):
|
/aosp_15_r20/external/pytorch/torchgen/executorch/api/types/ |
H A D | types.py | 28 intArrayRefT = BaseCppType("torch::executor", "IntArrayRef") variable
|
/aosp_15_r20/external/pytorch/torchgen/api/types/ |
H A D | types.py | 74 intArrayRefT = BaseCppType("at", "IntArrayRef") variable
|
/aosp_15_r20/external/pytorch/tools/test/ |
H A D | test_executorch_unboxing.py | 58 self.assertEqual(ctype, aten_types.BaseCType(aten_types.intArrayRefT))
|