torch.GluFunctionalOptions
export interface GluFunctionalOptions {
/** The dimension on which to split the input */
dim?: number;
}dim(number)optional- – The dimension on which to split the input
Options for glu functional operation.
export interface GluFunctionalOptions {
/** The dimension on which to split the input */
dim?: number;
}dim(number)optionalOptions for glu functional operation.