torch.special.SpecialSoftmaxOptions
export interface SpecialSoftmaxOptions {
/** Data type of the output tensor. */
dtype?: DType;
}dtype(DType)optional- – Data type of the output tensor.
Options for softmax operations
export interface SpecialSoftmaxOptions {
/** Data type of the output tensor. */
dtype?: DType;
}dtype(DType)optionalOptions for softmax operations