Home
last modified time | relevance | path

Searched refs:optionalIntArrayRefT (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torchgen/api/
H A Dtranslate.py23 optionalIntArrayRefT,
362 elif goal.type == BaseCType(optionalIntArrayRefT):
374 NamedCType(goal.name, BaseCType(optionalIntArrayRefT))
401 goal.name, BaseCType(optionalIntArrayRefT)
H A Dcpp.py24 optionalIntArrayRefT,
177 return NamedCType(binds, BaseCType(optionalIntArrayRefT))
182 return NamedCType(binds, BaseCType(optionalIntArrayRefT))
H A Dstructured.py16 optionalIntArrayRefT,
68 return NamedCType(binds, BaseCType(optionalIntArrayRefT))
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_autograd_functions.py32 optionalIntArrayRefT,
669 elif type == BaseCType(optionalIntArrayRefT):
/aosp_15_r20/external/pytorch/torchgen/api/types/
H A Dtypes.py75 optionalIntArrayRefT = BaseCppType("at", "OptionalIntArrayRef") variable