1path: "tensorflow.ConfigProto.Experimental" 2tf_proto { 3 descriptor { 4 name: "Experimental" 5 field { 6 name: "collective_group_leader" 7 number: 1 8 label: LABEL_OPTIONAL 9 type: TYPE_STRING 10 } 11 field { 12 name: "executor_type" 13 number: 3 14 label: LABEL_OPTIONAL 15 type: TYPE_STRING 16 } 17 field { 18 name: "recv_buf_max_chunk" 19 number: 4 20 label: LABEL_OPTIONAL 21 type: TYPE_INT32 22 } 23 field { 24 name: "use_numa_affinity" 25 number: 5 26 label: LABEL_OPTIONAL 27 type: TYPE_BOOL 28 } 29 field { 30 name: "collective_deterministic_sequential_execution" 31 number: 6 32 label: LABEL_OPTIONAL 33 type: TYPE_BOOL 34 } 35 field { 36 name: "collective_nccl" 37 number: 7 38 label: LABEL_OPTIONAL 39 type: TYPE_BOOL 40 } 41 reserved_range { 42 start: 2 43 end: 3 44 } 45 } 46} 47