aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/types.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/framework/types.proto')
-rw-r--r--tensorflow/core/framework/types.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/framework/types.proto b/tensorflow/core/framework/types.proto
index 9d267cbd02..051361bbed 100644
--- a/tensorflow/core/framework/types.proto
+++ b/tensorflow/core/framework/types.proto
@@ -1,7 +1,7 @@
syntax = "proto3";
package tensorflow;
-// option cc_enable_arenas = true;
+option cc_enable_arenas = true;
option java_outer_classname = "TypesProtos";
option java_multiple_files = true;
option java_package = "org.tensorflow.framework";