Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dscope.cc272 std::unordered_set<string> current_constraints(colocation_constraints_); in GetColocationConstraints() local
279 current_constraints.emplace(s); in GetColocationConstraints()
283 current_constraints.insert(colocate_with_op.node()->name()); in GetColocationConstraints()
285 return current_constraints; in GetColocationConstraints()