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