aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v2/tensorflow.-event.pbtxt
blob: 3b75a1735be76fe77689736e492c42c54ab795c1 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
path: "tensorflow.Event"
tf_proto {
  descriptor {
    name: "Event"
    field {
      name: "wall_time"
      number: 1
      label: LABEL_OPTIONAL
      type: TYPE_DOUBLE
    }
    field {
      name: "step"
      number: 2
      label: LABEL_OPTIONAL
      type: TYPE_INT64
    }
    field {
      name: "file_version"
      number: 3
      label: LABEL_OPTIONAL
      type: TYPE_STRING
      oneof_index: 0
    }
    field {
      name: "graph_def"
      number: 4
      label: LABEL_OPTIONAL
      type: TYPE_BYTES
      oneof_index: 0
    }
    field {
      name: "summary"
      number: 5
      label: LABEL_OPTIONAL
      type: TYPE_MESSAGE
      type_name: ".tensorflow.Summary"
      oneof_index: 0
    }
    field {
      name: "log_message"
      number: 6
      label: LABEL_OPTIONAL
      type: TYPE_MESSAGE
      type_name: ".tensorflow.LogMessage"
      oneof_index: 0
    }
    field {
      name: "session_log"
      number: 7
      label: LABEL_OPTIONAL
      type: TYPE_MESSAGE
      type_name: ".tensorflow.SessionLog"
      oneof_index: 0
    }
    field {
      name: "tagged_run_metadata"
      number: 8
      label: LABEL_OPTIONAL
      type: TYPE_MESSAGE
      type_name: ".tensorflow.TaggedRunMetadata"
      oneof_index: 0
    }
    field {
      name: "meta_graph_def"
      number: 9
      label: LABEL_OPTIONAL
      type: TYPE_BYTES
      oneof_index: 0
    }
    oneof_decl {
      name: "what"
    }
  }
}