pub type MaxIndicesCache = Arc<RwLock<Option<Array<(usize, usize), IxDyn>>>>;
Type alias for caching max indices in 2D pooling operations
pub struct MaxIndicesCache { /* private fields */ }