torch.DeviceOptions
export interface DeviceOptions {
/** Device index (default: 0) */
index?: number;
}index(number)optional- – Device index (default: 0)
Options for Device constructor
export interface DeviceOptions {
/** Device index (default: 0) */
index?: number;
}index(number)optionalOptions for Device constructor