aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/example/example_parser_configuration.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/example/example_parser_configuration.proto')
-rw-r--r--tensorflow/core/example/example_parser_configuration.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/example/example_parser_configuration.proto b/tensorflow/core/example/example_parser_configuration.proto
index 852151dc93..8d9dacd9ca 100644
--- a/tensorflow/core/example/example_parser_configuration.proto
+++ b/tensorflow/core/example/example_parser_configuration.proto
@@ -2,7 +2,7 @@
syntax = "proto3";
-// option cc_enable_arenas = true;
+option cc_enable_arenas = true;
option java_outer_classname = "ExampleParserConfigurationProtos";
option java_multiple_files = true;
option java_package = "org.tensorflow.example";