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