Class BCEWithLogitsLoss¶
Defined in File loss.h
Page Contents
Inheritance Relationships¶
Base Type¶
public torch::nn::ModuleHolder< BCEWithLogitsLossImpl >
(Template Class ModuleHolder)
Class Documentation¶
-
class
torch::nn
::
BCEWithLogitsLoss
: public torch::nn::ModuleHolder<BCEWithLogitsLossImpl>¶ A
ModuleHolder
subclass forBCEWithLogitsLossImpl
.See the documentation for
BCEWithLogitsLossImpl
class to learn what methods it provides, and examples of how to useBCEWithLogitsLoss
withtorch::nn::BCEWithLogitsLossOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.Public Types
-
using
Impl
= BCEWithLogitsLossImpl¶
-
using