cidre 0.11.4

Apple frameworks bindings for rust
Documentation
mod all_compute_devices;
pub use all_compute_devices::all_compute_devices;

mod array_batch_provider;
pub use array_batch_provider::ArrayBatchProvider;

mod batch_provider;
pub use batch_provider::AnyBatchProvider;
pub use batch_provider::BatchProvider;

mod compute_device_protocol;
pub use compute_device_protocol::AnyComputeDevice;
pub use compute_device_protocol::ComputeDevice;

mod feature_type;
pub use feature_type::FeatureType;

mod feature_value;
pub use feature_value::FeatureValue;

mod feature_description;
pub use feature_description::FeatureDesc;

mod feature_provider;
pub use feature_provider::AnyFeatureProvider;
pub use feature_provider::FeatureProvider;

mod multi_array;
pub use multi_array::MultiArray;
pub use multi_array::MultiArrayDType;

mod model;
pub use model::Model;

pub mod model_compute_device;

mod model_configuration;
pub use model_configuration::ModelCfg;

mod model_description;
pub use model_description::ModelDesc;