Class SigmoidCrossEntropyWithLogits
Defined in File sigmoid_cross_entropy_with_logits.h
Inheritance Relationships
Base Type
public mindspore::ops::PrimitiveC
(Class PrimitiveC)
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.
-
inline SigmoidCrossEntropyWithLogits()