Home
last modified time | relevance | path

Searched refs:optionalTensorRefT (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torchgen/api/
H A Dtranslate.py26 optionalTensorRefT,
173 NamedCType(t.name, BaseCType(optionalTensorRefT))
379 elif goal.type == BaseCType(optionalTensorRefT):
413 goal.name, BaseCType(optionalTensorRefT)
H A Dstructured.py18 optionalTensorRefT,
64 return NamedCType(binds, BaseCType(optionalTensorRefT))
/aosp_15_r20/external/pytorch/torchgen/api/types/
H A Dtypes.py58 optionalTensorRefT = BaseCppType("at", "OptionalTensorRef") variable