aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework/resource_handle.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/framework/resource_handle.proto')
-rw-r--r--tensorflow/core/framework/resource_handle.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/core/framework/resource_handle.proto b/tensorflow/core/framework/resource_handle.proto
index b1921337f5..a54d3d906c 100644
--- a/tensorflow/core/framework/resource_handle.proto
+++ b/tensorflow/core/framework/resource_handle.proto
@@ -5,6 +5,7 @@ option cc_enable_arenas = true;
option java_outer_classname = "ResourceHandle";
option java_multiple_files = true;
option java_package = "org.tensorflow.framework";
+option go_package = "github.com/tensorflow/tensorflow/tensorflow/go/core/framework";
// Protocol buffer representing a handle to a tensorflow resource. Handles are
// not valid across executions, but can be serialized back and forth from within