torch.nn.AdaptiveMaxPool2dOptions
export interface AdaptiveMaxPool2dOptions {
/** If true, return indices of max values for unpooling (default: false) */
return_indices?: boolean;
}return_indices(boolean)optional- – If true, return indices of max values for unpooling (default: false)
Options for AdaptiveMaxPool2d module.