• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2syntax = "proto3";
3
4package tensorflow;
5option cc_enable_arenas = true;
6
7import "tensorflow/core/protobuf/worker.proto";
8
9
10message MPIRecvTensorResponse {
11    RecvTensorResponse response = 1;
12    bool              singleSend = 2;
13    string key = 3;
14    int64 step_id = 4;
15    uint64 checksum = 5;
16}
17
18
19
20