9 lines
151 B
Protocol Buffer
9 lines
151 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
package tensorflow;
|
||
|
|
||
|
// Extra data needed on a non-RDMA RecvBufResponse.
|
||
|
message RecvBufRespExtra {
|
||
|
bytes tensor_content = 1;
|
||
|
};
|