package torch

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

Module Wrapper.ModuleSource

Sourcetype t
Sourceval load : string -> t
Sourceval forward : t -> Tensor.t list -> Tensor.t
Sourceval forward_ : t -> Ivalue.t list -> Ivalue.t