Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.cc146 attr_tmp_.ParseFromString(it->second); \
147 TF_RETURN_IF_ERROR(AttrValueHasType(attr_tmp_, ATTR_TYPE)); \
148 *value = attr_tmp_.FIELD(); \
167 attr_tmp_.ParseFromString(entry.second); in FillAttrValueMap()
168 m->insert(AttrValueMap::value_type(entry.first, attr_tmp_)); in FillAttrValueMap()
210 attr_tmp_.ParseFromString(entry.second); in FillAttrValueMapWithoutDefaults()
213 if (!s.ok() || !ValueMatchesDefault(op_def, entry.first, attr_tmp_)) { in FillAttrValueMapWithoutDefaults()
214 m->insert(AttrValueMap::value_type(entry.first, attr_tmp_)); in FillAttrValueMapWithoutDefaults()
Dattr_builder.h120 SetAttrValue(value, &attr_tmp_); in Set()
121 AddAttrIfNotPresent(attr_name, attr_tmp_); in Set()
198 mutable AttrValue attr_tmp_; // For encoding variable