aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/protobuf/transport_options.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/protobuf/transport_options.proto')
-rw-r--r--tensorflow/core/protobuf/transport_options.proto8
1 files changed, 8 insertions, 0 deletions
diff --git a/tensorflow/core/protobuf/transport_options.proto b/tensorflow/core/protobuf/transport_options.proto
new file mode 100644
index 0000000000..d7b1bddbbe
--- /dev/null
+++ b/tensorflow/core/protobuf/transport_options.proto
@@ -0,0 +1,8 @@
+syntax = "proto3";
+
+package tensorflow;
+
+// Extra data needed on a non-RDMA RecvBufResponse.
+message RecvBufRespExtra {
+ bytes tensor_content = 1;
+};