aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/mpi/mpi_msg.proto
blob: 36f1504901c56eacb2c44368cb8aee80f31eaaf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

syntax = "proto3";

package tensorflow;
option cc_enable_arenas = true;

import "tensorflow/core/protobuf/worker.proto";


message MPIRecvTensorResponse {
    RecvTensorResponse response = 1;
    bool              singleSend = 2;
    string key = 3;
    int64 step_id = 4;
    uint64 checksum = 5;
}