Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/core/
Ddynamic_type.h18 constexpr DynamicTypeBits kDynamicNoneTypeBit = DYNAMIC_TYPE_BIT(1); variable
28 _(None, kDynamicNoneTypeBit, 1) \
42 (DYNAMIC_TYPE_BIT(11) | kDynamicNoneTypeBit | kDynamicCovariantTypeBit), \