package torch

  1. Overview
  2. Docs
type t =
  1. | Tensor of Tensor.t
  2. | Int of Base.int
  3. | Double of Base.float
  4. | Tuple of t Base.list
val to_raw : t -> raw
val of_raw : raw -> t