tensorflow/
protos.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod attr_value;
pub mod function;
pub mod graph;
pub mod meta_graph;
pub mod node_def;
pub mod op_def;
pub mod resource_handle;
pub mod saved_model;
pub mod saved_object_graph;
pub mod saver;
pub mod struct_pb;
pub mod tensor;
pub mod tensor_shape;
pub mod trackable_object_graph;
pub mod types;
pub mod variable;
pub mod versions;