torch.SoftminFunctionalOptions
export interface SoftminFunctionalOptions {
/** A dimension along which Softmin will be computed */
dim?: number;
/** Output data type */
dtype?: DType;
}dim(number)optional- – A dimension along which Softmin will be computed
dtype(DType)optional- – Output data type
Options for softmin functional operation.