aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/api/golden/v2/tensorflow.-run-options.pbtxt
blob: c0c2e7b9f8d71be9b96e7195b561d0a934d24057 (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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
path: "tensorflow.RunOptions"
tf_proto {
  descriptor {
    name: "RunOptions"
    field {
      name: "trace_level"
      number: 1
      label: LABEL_OPTIONAL
      type: TYPE_ENUM
      type_name: ".tensorflow.RunOptions.TraceLevel"
    }
    field {
      name: "timeout_in_ms"
      number: 2
      label: LABEL_OPTIONAL
      type: TYPE_INT64
    }
    field {
      name: "inter_op_thread_pool"
      number: 3
      label: LABEL_OPTIONAL
      type: TYPE_INT32
    }
    field {
      name: "output_partition_graphs"
      number: 5
      label: LABEL_OPTIONAL
      type: TYPE_BOOL
    }
    field {
      name: "debug_options"
      number: 6
      label: LABEL_OPTIONAL
      type: TYPE_MESSAGE
      type_name: ".tensorflow.DebugOptions"
    }
    field {
      name: "report_tensor_allocations_upon_oom"
      number: 7
      label: LABEL_OPTIONAL
      type: TYPE_BOOL
    }
    field {
      name: "experimental"
      number: 8
      label: LABEL_OPTIONAL
      type: TYPE_MESSAGE
      type_name: ".tensorflow.RunOptions.Experimental"
    }
    nested_type {
      name: "Experimental"
      field {
        name: "collective_graph_key"
        number: 1
        label: LABEL_OPTIONAL
        type: TYPE_INT64
      }
      field {
        name: "use_run_handler_pool"
        number: 2
        label: LABEL_OPTIONAL
        type: TYPE_BOOL
      }
    }
    enum_type {
      name: "TraceLevel"
      value {
        name: "NO_TRACE"
        number: 0
      }
      value {
        name: "SOFTWARE_TRACE"
        number: 1
      }
      value {
        name: "HARDWARE_TRACE"
        number: 2
      }
      value {
        name: "FULL_TRACE"
        number: 3
      }
    }
    reserved_range {
      start: 4
      end: 5
    }
  }
}