Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Ddynamic_type.h15 constexpr DynamicTypeBits kDynamicCovariantTypeBit = DYNAMIC_TYPE_BIT(31); variable
38 _(Tuple, (kDynamicTupleTypeBit | kDynamicCovariantTypeBit), 0) \
42 (DYNAMIC_TYPE_BIT(11) | kDynamicNoneTypeBit | kDynamicCovariantTypeBit), \
46 (kDynamicTupleTypeBit | kDynamicCovariantTypeBit | kDynamicAnyTypeBit), \
H A Ddynamic_type.cpp186 if (contains(tag_, kDynamicCovariantTypeBit)) { in isSubtypeOfExt()