torch.nn.SoftmaxOptions
export interface SoftmaxOptions {
/** Dimension along which softmax is computed (default: -1) */
dim?: number;
}dim(number)optional- – Dimension along which softmax is computed (default: -1)
Options for Softmax module
export interface SoftmaxOptions {
/** Dimension along which softmax is computed (default: -1) */
dim?: number;
}dim(number)optionalOptions for Softmax module