aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/iterator.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/framework/iterator.proto')
-rw-r--r--tensorflow/core/framework/iterator.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/framework/iterator.proto b/tensorflow/core/framework/iterator.proto
index 7e5f5ea2e0..f015342e13 100644
--- a/tensorflow/core/framework/iterator.proto
+++ b/tensorflow/core/framework/iterator.proto
@@ -5,6 +5,7 @@ option cc_enable_arenas = true;
option java_outer_classname = "IteratorProtos";
option java_multiple_files = true;
option java_package = "org.tensorflow.util";
+option go_package = "github.com/tensorflow/tensorflow/tensorflow/go/core/framework";
// Protocol buffer representing the metadata for an iterator's state stored
// as a Variant tensor.