aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/stat_summarizer.h
diff options
context:
space:
mode:
authorGravatar Asim Shankar <ashankar@google.com>2017-02-01 21:00:43 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-01 21:10:44 -0800
commit9211ee038886098c44db6f8a9c4dbcf7ef9c39cd (patch)
treed0f0a42d0c2b4ad978241e891a4fea1eb5c2826d /tensorflow/core/util/stat_summarizer.h
parent2275fe9693250bf87182e5c88f127e39c405dd55 (diff)
StatSummarizer: Remove unused, unnecessary constructor.
Change: 146325322
Diffstat (limited to 'tensorflow/core/util/stat_summarizer.h')
-rw-r--r--tensorflow/core/util/stat_summarizer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tensorflow/core/util/stat_summarizer.h b/tensorflow/core/util/stat_summarizer.h
index 248266e6d4..ea12111a39 100644
--- a/tensorflow/core/util/stat_summarizer.h
+++ b/tensorflow/core/util/stat_summarizer.h
@@ -154,11 +154,6 @@ class StatSummarizer {
// GraphDef is not needed by the StatSummarizer.
explicit StatSummarizer(const tensorflow::GraphDef& tensorflow_graph);
- // Deprecated: Use StatSummarizer(const StatSummarizerOptions&) instead. The
- // GraphDef is not needed by the StatSummarizer.
- StatSummarizer(const tensorflow::GraphDef& tensorflow_graph,
- const StatSummarizerOptions& options);
-
// Adds another run's StepStats output to the aggregate counts.
void ProcessStepStats(const StepStats& step_stats);