torch.distributions.SampleOptions
export interface SampleOptions {
/** Shape of the sample batch (default: []) */
sample_shape?: readonly number[];
}sample_shape(readonly number[])optional- – Shape of the sample batch (default: [])
Options for sampling.