MaxIndicesCache

Type Alias MaxIndicesCache 

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

Type alias for caching max indices in 2D pooling operations

Aliased Typeยง

pub struct MaxIndicesCache { /* private fields */ }