Class SigmoidCrossEntropyWithLogits
- Defined in File sigmoid_cross_entropy_with_logits.h 
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.