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