torch
Torch.Ivalue
torch.core
torch.toplevel
torch.vision
type raw = Torch_core.Wrapper.Ivalue.t
type t =
| None
| Bool of Base.bool
| Tensor of Tensor.t
| Int of Base.int
| Double of Base.float
| Tuple of t Base.list
| String of Base.string
val to_raw : t -> raw
val of_raw : raw -> t
val to_string : t -> Base.string