aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/equal_graph_def.h
diff options
context:
space:
mode:
authorGravatar Geoffrey Irving <geoffreyi@google.com>2017-06-02 10:05:28 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-02 10:09:08 -0700
commitf661128dbf1b591202772a73878da6fff75c9432 (patch)
tree1927b3310cc0144e0125cc8ca64c3f4942613f48 /tensorflow/core/util/equal_graph_def.h
parenta56d59a84bcd90ad9126b669dea5e6d8e38952f0 (diff)
Remove unused overloads of SummarizeGraphDef and EqualGraphDef
PiperOrigin-RevId: 157843404
Diffstat (limited to 'tensorflow/core/util/equal_graph_def.h')
-rw-r--r--tensorflow/core/util/equal_graph_def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tensorflow/core/util/equal_graph_def.h b/tensorflow/core/util/equal_graph_def.h
index 29d0385493..1ce6181c2e 100644
--- a/tensorflow/core/util/equal_graph_def.h
+++ b/tensorflow/core/util/equal_graph_def.h
@@ -36,8 +36,6 @@ struct EqualGraphDefOptions {
// nodes must be consistent.
bool EqualGraphDef(const GraphDef& actual, const GraphDef& expected,
string* diff, const EqualGraphDefOptions& options = {});
-bool EqualGraphDef(gtl::ArraySlice<NodeDef> actual, const GraphDef& expected,
- string* diff, const EqualGraphDefOptions& options = {});
// Determines if actual and expected are equal, ignoring: ordering of
// attrs, internal attributes (if set in `options`), and control inputs.