Class Bilinear#
Defined in File linear.h
Page Contents
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< BilinearImpl >(Template Class ModuleHolder)
Class Documentation#
-
class Bilinear : public torch::nn::ModuleHolder<BilinearImpl>#
A
ModuleHoldersubclass forBilinearImpl.See the documentation for
BilinearImplclass to learn what methods it provides, and examples of how to useBilinearwithtorch::nn::BilinearOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
-
using Impl = BilinearImpl#
-
using Impl = BilinearImpl#