aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/graph/graph_constructor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/graph/graph_constructor.h')
-rw-r--r--tensorflow/core/graph/graph_constructor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/core/graph/graph_constructor.h b/tensorflow/core/graph/graph_constructor.h
index 4b418b8622..416c0ee9ae 100644
--- a/tensorflow/core/graph/graph_constructor.h
+++ b/tensorflow/core/graph/graph_constructor.h
@@ -119,9 +119,6 @@ struct ImportGraphDefOptions {
// TODO(skyewm): make this work with `skip_mapped_nodes` if there's a need.
std::vector<string> return_nodes;
- // If true, checks that all colocation constraints are nodes in the GraphDef.
- bool validate_colocation_constraints = true;
-
// TODO(ashankar): Enable handling of GraphDefs produced by newer binaries
// with ops that are not defined in the binary calling ImportGraphDef.
// Similar to the producer_op_list argument to import_graph_def in the