Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_constructor.cc228 Status ValidateColocationConstraints(const NodeDef& node_def);
751 Status GraphConstructor::ValidateColocationConstraints( in ValidateColocationConstraints() function in tensorflow::__anon7b82f73f0111::GraphConstructor
1163 TF_RETURN_IF_ERROR(ValidateColocationConstraints(node_def)); in Convert()