aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/util/stat_summarizer.h
diff options
context:
space:
mode:
authorGravatar Shashi Shekhar <shashishekhar@google.com>2018-06-04 15:00:11 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-04 15:02:44 -0700
commite2d300823f410823b1b5fee4e5159a754247e219 (patch)
treec7f31757883d8689f0a24a58e8d64e3b42f36058 /tensorflow/core/util/stat_summarizer.h
parent142ccf3666e07d011aa83fdd6be8c17f721fbc99 (diff)
Move benchmarking code to a new directory and add some documentation.
PiperOrigin-RevId: 199200246
Diffstat (limited to 'tensorflow/core/util/stat_summarizer.h')
-rw-r--r--tensorflow/core/util/stat_summarizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/util/stat_summarizer.h b/tensorflow/core/util/stat_summarizer.h
index 173ed5cebc..7e6d6f6372 100644
--- a/tensorflow/core/util/stat_summarizer.h
+++ b/tensorflow/core/util/stat_summarizer.h
@@ -68,7 +68,7 @@ class StatSummarizer {
}
// Prints the string returned by GetOutputString().
- void PrintStepStats() const { stats_calculator_->PrintStepStats(); }
+ void PrintStepStats() const;
// Prints the output tensor sizes and types for each node.
void PrintOutputs() const;