From 8cec0eebd16aac47fed51f038f42eaecc4ea63bc Mon Sep 17 00:00:00 2001 From: Andrew Harp Date: Tue, 6 Sep 2016 10:15:54 -0800 Subject: [PATCH] Remove errant struct keyword in stat_summarizer Change: 132341058 --- tensorflow/core/util/stat_summarizer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/core/util/stat_summarizer.h b/tensorflow/core/util/stat_summarizer.h index 775c8e54e9b..2dd3dbd5cd4 100644 --- a/tensorflow/core/util/stat_summarizer.h +++ b/tensorflow/core/util/stat_summarizer.h @@ -176,7 +176,7 @@ class StatSummarizer { std::vector outputs; }; - enum struct SortingMetric { + enum SortingMetric { BY_TOTAL, BY_RUN_ORDER, };