Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dscope.cc274 std::vector<string> node_constraints; in GetColocationConstraints() local
275 if (TryGetNodeAttr(attrs, kColocationAttrName, &node_constraints)) { in GetColocationConstraints()
276 for (const string& entry : node_constraints) { in GetColocationConstraints()