torch.nn.functional.max_pool3d_with_indices
function max_pool3d_with_indices(input: Tensor, kernel_size: number | [number, number, number], options?: MaxPool3dFunctionalOptions): PoolWithIndicesResultApply 3D max pooling with indices. Returns both the pooled output and the indices of max elements.
Parameters
inputTensorkernel_sizenumber | [number, number, number]optionsMaxPool3dFunctionalOptionsoptional