Searched refs:tuple_attr_iter (Results 1 – 1 of 1) sorted by relevance
1813 auto tuple_attr_iter = attrs_.find(attr_name); in GetTupleIntAttr() local1814 if (tuple_attr_iter == attrs_.end()) { in GetTupleIntAttr()1818 MS_EXCEPTION_IF_NULL(tuple_attr_iter->second); in GetTupleIntAttr()1819 tuple_attr = GetValue<std::vector<int64_t>>(tuple_attr_iter->second); in GetTupleIntAttr()