Class SigmoidCrossEntropyWithLogits

Inheritance Relationships

Base Type

Class Documentation

class SigmoidCrossEntropyWithLogits : public mindspore::ops::PrimitiveC

Uses the given logits to compute sigmoid cross entropy between the logits and the label. Refer to Python API mindspore.ops.SigmoidCrossEntropyWithLogits for more details.

Public Functions

inline SigmoidCrossEntropyWithLogits()

Constructor.

~SigmoidCrossEntropyWithLogits() = default

Destructor.

inline void Init()

Init.