aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/tensorflow.-variable-synchronization.pbtxt
blob: 7589bb28888774839a3011e1e5581f004313f81d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
path: "tensorflow.VariableSynchronization"
tf_class {
  is_instance: "<enum \'VariableSynchronization\'>"
  member {
    name: "AUTO"
    mtype: "<enum \'VariableSynchronization\'>"
  }
  member {
    name: "NONE"
    mtype: "<enum \'VariableSynchronization\'>"
  }
  member {
    name: "ON_READ"
    mtype: "<enum \'VariableSynchronization\'>"
  }
  member {
    name: "ON_WRITE"
    mtype: "<enum \'VariableSynchronization\'>"
  }
}