aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v2/tensorflow.-session-log.pbtxt
blob: 259f2418740cbfe47cdb4bd871d4f5c6306d25f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
path: "tensorflow.SessionLog"
tf_proto {
  descriptor {
    name: "SessionLog"
    field {
      name: "status"
      number: 1
      label: LABEL_OPTIONAL
      type: TYPE_ENUM
      type_name: ".tensorflow.SessionLog.SessionStatus"
    }
    field {
      name: "checkpoint_path"
      number: 2
      label: LABEL_OPTIONAL
      type: TYPE_STRING
    }
    field {
      name: "msg"
      number: 3
      label: LABEL_OPTIONAL
      type: TYPE_STRING
    }
    enum_type {
      name: "SessionStatus"
      value {
        name: "STATUS_UNSPECIFIED"
        number: 0
      }
      value {
        name: "START"
        number: 1
      }
      value {
        name: "STOP"
        number: 2
      }
      value {
        name: "CHECKPOINT"
        number: 3
      }
    }
  }
}