torch.nn.AdaptiveMaxPool1dOptions
export interface AdaptiveMaxPool1dOptions {
/** 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 AdaptiveMaxPool1d module.