Refactor StatSummarizer extract common functionality without proto dependencies.
authorShashi Shekhar <shashishekhar@google.com>
Thu, 24 May 2018 00:14:39 +0000 (17:14 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 24 May 2018 00:17:17 +0000 (17:17 -0700)
commit2307db76a2a07c7af6581e0ef4c6a5a0b83921f4
treea056eb11e2a8698dd0a5c8eb6aa3587c0ec71ca7
parentdac1f124020234fe24e8893a981b15395d0c6de8
Refactor StatSummarizer extract common functionality without proto dependencies.

PiperOrigin-RevId: 197816405
13 files changed:
tensorflow/contrib/android/jni/run_stats_jni.cc
tensorflow/contrib/lite/profiling/BUILD
tensorflow/contrib/lite/profiling/profile_summarizer.cc [new file with mode: 0644]
tensorflow/contrib/lite/profiling/profile_summarizer.h [new file with mode: 0644]
tensorflow/contrib/lite/profiling/profile_summarizer_test.cc [new file with mode: 0644]
tensorflow/core/BUILD
tensorflow/core/util/stat_summarizer.cc
tensorflow/core/util/stat_summarizer.h
tensorflow/core/util/stat_summarizer_options.h [new file with mode: 0644]
tensorflow/core/util/stats_calculator.cc [new file with mode: 0644]
tensorflow/core/util/stats_calculator.h [new file with mode: 0644]
tensorflow/python/util/stat_summarizer.i
tensorflow/tools/benchmark/benchmark_model.cc