Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dtype.cpp525 auto maybe_tuple_unified = unifyTypeList(tup_type->elements(), ss); in matchTypeVariables() local
526 if (maybe_tuple_unified) { in matchTypeVariables()
528 lt_formal->getElementType(), *maybe_tuple_unified, type_env); in matchTypeVariables()