mlx_rs::nn

Trait SequentialModuleItem

Source
pub trait SequentialModuleItem: UnaryModule + Debug { }
Expand description

Marker trait for items that can be used in a Sequential module.

It is implemented for all types that implement Module and std::fmt::Debug.

Implementors§