Searched refs:kDynamicIntTypeBit (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | dynamic_type.h | 19 constexpr DynamicTypeBits kDynamicIntTypeBit = DYNAMIC_TYPE_BIT(3); variable 30 _(Int, kDynamicIntTypeBit, 1) \ 34 (kDynamicIntTypeBit | kDynamicFloatTypeBit | kDynamicComplexTypeBit), \ 64 _(ScalarType, kDynamicIntTypeBit, 1) \ 65 _(Layout, kDynamicIntTypeBit, 1) \ 66 _(SymInt, kDynamicIntTypeBit, 1) \ 67 _(MemoryFormat, kDynamicIntTypeBit, 1)
|