Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dequal_graph_def.cc261 std::map<string, AttrValue> ndef_attr; in NodeDefHash() local
267 ndef_attr[a.first] = a.second; in NodeDefHash()
269 for (const auto& a : ndef_attr) { in NodeDefHash()