Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Ddynamic_type.h21 constexpr DynamicTypeBits kDynamicComplexTypeBit = DYNAMIC_TYPE_BIT(5); variable
32 _(Complex, kDynamicComplexTypeBit, 1) \
34 (kDynamicIntTypeBit | kDynamicFloatTypeBit | kDynamicComplexTypeBit), \