Rate this Page

Class Bilinear#

Inheritance Relationships#

Base Type#

Class Documentation#

class Bilinear : public torch::nn::ModuleHolder<BilinearImpl>#

A ModuleHolder subclass for BilinearImpl.

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

Public Types

using Impl = BilinearImpl#