torch.nn.functional.AdaptiveMaxPoolFunctionalOptions
export interface AdaptiveMaxPoolFunctionalOptions {
/** If true, returns the indices along with the outputs (default: false) */
return_indices?: boolean;
}return_indices(boolean)optional- – If true, returns the indices along with the outputs (default: false)
Options for adaptive_max_pool*d functional operations.