package torch

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

Module Wrapper.ModuleSource

Sourcetype t
Sourceval load : Base.string -> t
Sourceval load_str : Base.string -> t
Sourceval forward : t -> Tensor.t Base.list -> Tensor.t
Sourceval forward_ : t -> Ivalue.t Base.list -> Ivalue.t
Sourceval named_buffers : t -> (Base.string, Tensor.t, Base.String.comparator_witness) Base.Map.t