torch.nn.LinearOptions
export interface LinearOptions {
/** If true, adds learnable bias term. Default: true */
bias?: boolean;
}bias(boolean)optional- – If true, adds learnable bias term. Default: true
Options for Linear layer
export interface LinearOptions {
/** If true, adds learnable bias term. Default: true */
bias?: boolean;
}bias(boolean)optionalOptions for Linear layer