Searched refs:kIsList (Results 1 – 1 of 1) sorted by relevance
40 const uint32 kIsList = 1U << 31; variable95 uint32 t = is_list ? kIsList : 0; in AttrTypeMapForOp()201 *out = static_cast<TF_AttrType>(*t & ~kIsList); in AttrTypeByName()202 if (*t & kIsList) { in AttrTypeByName()