torch.nn.GLUOptions
export interface GLUOptions {
/** Dimension on which to split the input (default: -1) */
dim?: number;
}dim(number)optional- – Dimension on which to split the input (default: -1)
Options for GLU module
export interface GLUOptions {
/** Dimension on which to split the input (default: -1) */
dim?: number;
}dim(number)optionalOptions for GLU module