Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor.cc193 Status ValidateColocationConstraints(const NodeDef& node_def);
557 Status GraphConstructor::ValidateColocationConstraints( in ValidateColocationConstraints() function in tensorflow::__anone0324be20111::GraphConstructor
979 TF_RETURN_IF_ERROR(ValidateColocationConstraints(*node_def)); in Convert()