mpsgraph 0.2.0

Modern Rust bindings for Apple's Metal Performance Shaders Graph framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
mod mps_types;
mod object;
mod padding_mode;
mod padding_style;
mod reduction_mode;
mod shaped_type;
mod tensor_named_data_layout;
mod r#type;

#[allow(dead_code)]
pub use mps_types::*;
pub use object::GraphObject;
pub use padding_mode::PaddingMode;
pub use padding_style::PaddingStyle;
pub use reduction_mode::ReductionMode;
pub use shaped_type::ShapedType;
pub use tensor_named_data_layout::TensorNamedDataLayout;
pub use r#type::GraphType;