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
#[allow(renamed_and_removed_lints)]
mod allocation_description;

#[allow(renamed_and_removed_lints)]
mod attr_value;

#[allow(renamed_and_removed_lints)]
mod cluster;

#[allow(renamed_and_removed_lints)]
mod config;
pub use crate::config::ConfigProto;

#[allow(renamed_and_removed_lints)]
mod cost_graph;

#[allow(renamed_and_removed_lints)]
mod debug;

#[allow(renamed_and_removed_lints)]
mod function;

#[allow(renamed_and_removed_lints)]
mod graph;

#[allow(renamed_and_removed_lints)]
mod node_def;

#[allow(renamed_and_removed_lints)]
mod op_def;

#[allow(renamed_and_removed_lints)]
mod resource_handle;

#[allow(renamed_and_removed_lints)]
mod rewriter_config;
pub use rewriter_config::RewriterConfig_Toggle;

#[allow(renamed_and_removed_lints)]
mod step_stats;

#[allow(renamed_and_removed_lints)]
mod tensor;

#[allow(renamed_and_removed_lints)]
mod tensor_description;

#[allow(renamed_and_removed_lints)]
mod tensor_shape;

#[allow(renamed_and_removed_lints)]
mod types;

#[allow(renamed_and_removed_lints)]
mod verifier_config;

#[allow(renamed_and_removed_lints)]
mod versions;