Rate this Page

Class Linear#

Inheritance Relationships#

Base Type#

Class Documentation#

class Linear : public torch::nn::ModuleHolder<LinearImpl>#

A ModuleHolder subclass for LinearImpl.

See the documentation for LinearImpl class to learn what methods it provides, and examples of how to use Linear with torch::nn::LinearOptions. See the documentation for ModuleHolder to learn about PyTorch’s module storage semantics.

Public Types

using Impl = LinearImpl#