aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/benchmark
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-06 03:11:06 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-06 03:15:27 -0700
commit0fe0bfcc3cf6930edc096998b1445cead92de8c3 (patch)
treef631ad46ea172018289a7f84fa008ec6394b5355 /tensorflow/tools/benchmark
parentf0c4c6c3f3a7e6df4dbd98385ec96a72638d5031 (diff)
Remove unused protobuf header inclusions
PiperOrigin-RevId: 158120864
Diffstat (limited to 'tensorflow/tools/benchmark')
-rw-r--r--tensorflow/tools/benchmark/benchmark_model.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/tools/benchmark/benchmark_model.cc b/tensorflow/tools/benchmark/benchmark_model.cc
index bba99d78f4..dfad11adf0 100644
--- a/tensorflow/tools/benchmark/benchmark_model.cc
+++ b/tensorflow/tools/benchmark/benchmark_model.cc
@@ -27,6 +27,7 @@ limitations under the License.
#include <vector>
#include "tensorflow/core/framework/graph.pb.h"
+#include "tensorflow/core/framework/step_stats.pb.h"
#include "tensorflow/core/framework/tensor.h"
#include "tensorflow/core/graph/algorithm.h"
#include "tensorflow/core/graph/graph.h"