aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/gdr/gdr.proto
blob: c0b89245b150bfa49cb527d25b6e1f324f353b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
syntax = "proto3";

package tensorflow;
option cc_enable_arenas = true;

message RemoteMemoryRegion {
  string host = 1;
  string port = 2;
  uint64 addr = 3;
  uint32 rkey = 4;
  uint32 tensor_key = 5;
  uint64 checksum = 6;
}