torch.distributions.StackOptions
export interface StackOptions {
/** The dimension along which to apply constraints (default: 0) */
dim?: number;
}dim(number)optional- – The dimension along which to apply constraints (default: 0)
Options for stack and _Stack