aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/profiling
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/contrib/lite/profiling
parent142ccf3666e07d011aa83fdd6be8c17f721fbc99 (diff)
Move benchmarking code to a new directory and add some documentation.
PiperOrigin-RevId: 199200246
Diffstat (limited to 'tensorflow/contrib/lite/profiling')
-rw-r--r--tensorflow/contrib/lite/profiling/profile_summarizer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tensorflow/contrib/lite/profiling/profile_summarizer.h b/tensorflow/contrib/lite/profiling/profile_summarizer.h
index 6fe6ca04f5..a529ff8742 100644
--- a/tensorflow/contrib/lite/profiling/profile_summarizer.h
+++ b/tensorflow/contrib/lite/profiling/profile_summarizer.h
@@ -45,9 +45,6 @@ class ProfileSummarizer {
return stats_calculator_->GetShortSummary();
}
- // Prints the string returned by GetOutputString().
- void PrintStepStats() const { stats_calculator_->PrintStepStats(); }
-
private:
std::unique_ptr<tensorflow::StatsCalculator> stats_calculator_;
};