package torch

  1. Overview
  2. Docs

Module Torch_core.DeviceSource

Sourcetype t =
  1. | Cpu
  2. | Cuda of int
Sourceval to_int : t -> int