tensorflow_protos_rs/
protos.rs

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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
#[cfg(feature = "profiler_analysis")]
pub mod profiler_analysis;
#[cfg(feature = "rewriter_config")]
pub mod rewriter_config;
#[cfg(feature = "graph")]
pub mod graph;
#[cfg(feature = "tensor_slice")]
pub mod tensor_slice;
#[cfg(feature = "function")]
pub mod function;
#[cfg(feature = "saved_object_graph")]
pub mod saved_object_graph;
#[cfg(feature = "config")]
pub mod config;
#[cfg(feature = "allocation_description")]
pub mod allocation_description;
#[cfg(feature = "gpu_autotuning")]
pub mod gpu_autotuning;
#[cfg(feature = "tensorflow_server")]
pub mod tensorflow_server;
#[cfg(feature = "host_compute_metadata")]
pub mod host_compute_metadata;
#[cfg(feature = "saved_tensor_slice")]
pub mod saved_tensor_slice;
#[cfg(feature = "master_service")]
pub mod master_service;
#[cfg(feature = "tf2xla")]
pub mod tf2xla;
#[cfg(feature = "step_stats")]
pub mod step_stats;
#[cfg(feature = "op_performance_data")]
pub mod op_performance_data;
#[cfg(feature = "attr_value")]
pub mod attr_value;
#[cfg(feature = "tpu_embedding_output_layout")]
pub mod tpu_embedding_output_layout;
#[cfg(feature = "master")]
pub mod master;
#[cfg(feature = "saved_model")]
pub mod saved_model;
#[cfg(feature = "versions")]
pub mod versions;
#[cfg(feature = "tpu_embedding_configuration")]
pub mod tpu_embedding_configuration;
#[cfg(feature = "debugger_event_metadata")]
pub mod debugger_event_metadata;
#[cfg(feature = "event")]
pub mod event;
#[cfg(feature = "resource_handle")]
pub mod resource_handle;
#[cfg(feature = "error_codes")]
pub mod error_codes;
#[cfg(feature = "reader_base")]
pub mod reader_base;
#[cfg(feature = "tensor_bundle")]
pub mod tensor_bundle;
#[cfg(feature = "critical_section")]
pub mod critical_section;
#[cfg(feature = "summary")]
pub mod summary;
#[cfg(feature = "log_memory")]
pub mod log_memory;
#[cfg(feature = "named_tensor")]
pub mod named_tensor;
#[cfg(feature = "boosted_trees")]
pub mod boosted_trees;
#[cfg(feature = "debug")]
pub mod debug;
#[cfg(feature = "dnn")]
pub mod dnn;
#[cfg(feature = "verifier_config")]
pub mod verifier_config;
#[cfg(feature = "autotuning")]
pub mod autotuning;
#[cfg(feature = "debug_service")]
pub mod debug_service;
#[cfg(feature = "conv_autotuning")]
pub mod conv_autotuning;
#[cfg(feature = "profiler_service")]
pub mod profiler_service;
#[cfg(feature = "topology")]
pub mod topology;
#[cfg(feature = "graph_transfer_info")]
pub mod graph_transfer_info;
#[cfg(feature = "eager_service")]
pub mod eager_service;
#[cfg(feature = "device_properties")]
pub mod device_properties;
#[cfg(feature = "backend_configs")]
pub mod backend_configs;
#[cfg(feature = "xrt")]
pub mod xrt;
#[cfg(feature = "hlo_profile_printer_data")]
pub mod hlo_profile_printer_data;
#[cfg(feature = "hlo")]
pub mod hlo;
#[cfg(feature = "tfprof_log")]
pub mod tfprof_log;
#[cfg(feature = "xla_service")]
pub mod xla_service;
#[cfg(feature = "tfprof_options")]
pub mod tfprof_options;
#[cfg(feature = "op_def")]
pub mod op_def;
#[cfg(feature = "tensor_shape")]
pub mod tensor_shape;
#[cfg(feature = "types")]
pub mod types;
#[cfg(feature = "profile")]
pub mod profile;
#[cfg(feature = "saver")]
pub mod saver;
#[cfg(feature = "xla_data")]
pub mod xla_data;
#[cfg(feature = "xla")]
pub mod xla;
#[cfg(feature = "kernel_def")]
pub mod kernel_def;
#[cfg(feature = "graph_debug_info")]
pub mod graph_debug_info;
#[cfg(feature = "xla_activity")]
pub mod xla_activity;
#[cfg(feature = "memmapped_file_system")]
pub mod memmapped_file_system;
#[cfg(feature = "snapshot")]
pub mod snapshot;
#[cfg(feature = "queue_runner")]
pub mod queue_runner;
#[cfg(feature = "node_def")]
pub mod node_def;
#[cfg(feature = "replay_log")]
pub mod replay_log;
#[cfg(feature = "trt_engine_instance")]
pub mod trt_engine_instance;
#[cfg(feature = "tfprof_output")]
pub mod tfprof_output;
#[cfg(feature = "worker_service")]
pub mod worker_service;
#[cfg(feature = "cost_graph")]
pub mod cost_graph;
#[cfg(feature = "trackable_object_graph")]
pub mod trackable_object_graph;
#[cfg(feature = "tensor")]
pub mod tensor;
#[cfg(feature = "worker")]
pub mod worker;
#[cfg(feature = "device_attributes")]
pub mod device_attributes;
#[cfg(feature = "compilation_result")]
pub mod compilation_result;
#[cfg(feature = "op_profile")]
pub mod op_profile;
#[cfg(feature = "optimization_parameters")]
pub mod optimization_parameters;
#[cfg(feature = "api_objects")]
pub mod api_objects;
#[cfg(feature = "cluster")]
pub mod cluster;
#[cfg(feature = "control_flow")]
pub mod control_flow;
#[cfg(feature = "variable")]
pub mod variable;
#[cfg(feature = "struct_pb")]
pub mod struct_pb;
#[cfg(feature = "dynamic_padding")]
pub mod dynamic_padding;
#[cfg(feature = "api_def")]
pub mod api_def;
#[cfg(feature = "remote_fused_graph_execute_info")]
pub mod remote_fused_graph_execute_info;
#[cfg(feature = "meta_graph")]
pub mod meta_graph;
#[cfg(feature = "transport_options")]
pub mod transport_options;
#[cfg(feature = "trace_events")]
pub mod trace_events;
#[cfg(feature = "tensor_description")]
pub mod tensor_description;