MaxIndicesCache3D

Type Alias MaxIndicesCache3D 

Source
pub type MaxIndicesCache3D = Arc<RwLock<Option<Array<(usize, usize, usize), IxDyn>>>>;
Expand description

Type alias for caching max indices in 3D pooling operations

Aliased Typeยง

pub struct MaxIndicesCache3D { /* private fields */ }