Searched refs:SetInAttrValueMap (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | attr_builder.cc | 148 SetInAttrValueMap(m, p.first, p.second); in FillAttrValueMap() 151 SetInAttrValueMap(m, p.first, p.second); in FillAttrValueMap() 154 SetInAttrValueMap(m, p.first, p.second); in FillAttrValueMap() 157 SetInAttrValueMap(m, p.first, p.second); in FillAttrValueMap() 178 SetInAttrValueMap(m, attr_def.name(), attr_def.default_value()); in FillAttrValueMap()
|
D | attr_builder.h | 99 SetInAttrValueMap(node_def_->mutable_attr(), string(attr_name), value); in Set() 125 void SetInAttrValueMap(AttrValueMap* m, const string& attr_name, in SetInAttrValueMap() function
|