package torch

  1. Overview
  2. Docs
include module type of Torch_core.Wrapper.Module
type t
val load : Base.string -> t
val load_str : Base.string -> t
val named_buffers : t -> (Base.string, Torch_core.Wrapper.Tensor.t, Base.String.comparator_witness) Base.Map.t
val forward_ : t -> Ivalue.t list -> Ivalue.t
OCaml

Innovation. Community. Security.