Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.cc148 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()
Dattr_builder.h99 SetInAttrValueMap(node_def_->mutable_attr(), string(attr_name), value); in Set()
125 void SetInAttrValueMap(AttrValueMap* m, const string& attr_name, in SetInAttrValueMap() function