Class SigmoidCrossEntropyWithLogits

Inheritance Relationships

Base Type

  • public mindspore::ops::BaseOperator

Class Documentation

class SigmoidCrossEntropyWithLogits : public mindspore::ops::BaseOperator

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.

inline void Init() const

Init.