torch.distributions.transforms.TransformOptions
Options for Transform.
Definition
export interface TransformOptions {
/** Size of the cache (0 for no caching, 1 for single value, default: 0) */
cache_size?: number;
}cache_size(number)optional- – Size of the cache (0 for no caching, 1 for single value, default: 0)