MaxPool3d¶ class mmcv.cnn.MaxPool3d(kernel_size: int | tuple[int, ...], stride: int | tuple[int, ...] | None = None, padding: int | tuple[int, ...] = 0, dilation: int | tuple[int, ...] = 1, return_indices: bool = False, ceil_mode: bool = False)[source]¶ forward(x: Tensor) → Tensor[source]¶ Runs the forward pass.