package torch

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Torch_core.DeviceSource

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