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
mod graph;
mod graph_options;
mod tensor_data_hash_map;
mod tensor_shaped_type_hash_map;

pub use graph::Graph;
pub use graph_options::GraphOptions;
pub use tensor_data_hash_map::{
    RetainedTensorDataHashMap, TensorDataDictionary, TensorDataHashMap,
};
pub use tensor_shaped_type_hash_map::{TensorShapedTypeDictionary, TensorShapedTypeHashMap};