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