Remove errant struct keyword in stat_summarizer

Change: 132341058
This commit is contained in:
Andrew Harp 2016-09-06 10:15:54 -08:00 committed by TensorFlower Gardener
parent f0b904afef
commit 8cec0eebd1

View File

@ -176,7 +176,7 @@ class StatSummarizer {
std::vector<TensorDescription> outputs;
};
enum struct SortingMetric {
enum SortingMetric {
BY_TOTAL,
BY_RUN_ORDER,
};