Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dcc_ops_test.cc34 void GetColocationConstraints(const Output& tensor, in GetColocationConstraints() function
171 GetColocationConstraints(c2, &constraints); in TEST()
175 GetColocationConstraints(c3, &constraints); in TEST()
180 GetColocationConstraints(c4, &constraints); in TEST()
184 GetColocationConstraints(c5, &constraints); in TEST()
Dscope_internal.h84 std::unordered_set<string> GetColocationConstraints(
Dscope.cc231 : other.impl()->GetColocationConstraints(colocate_with_op)), in Impl()
270 std::unordered_set<string> Scope::Impl::GetColocationConstraints( in GetColocationConstraints() function in tensorflow::Scope::Impl