Rate this Page

Class BCELoss#

Inheritance Relationships#

Base Type#

Class Documentation#

class BCELoss : public torch::nn::ModuleHolder<BCELossImpl>#

A ModuleHolder subclass for BCELossImpl.

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

Public Types

using Impl = BCELossImpl#