update the documentation of MirrorPad, Pad, BCEWithLogitsLoss, etc.

This commit is contained in:
wangshuide2020 2021-07-12 16:52:46 +08:00
parent 897ab2fe01
commit 40b8a9479d
2 changed files with 289 additions and 264 deletions

View File

@ -1069,7 +1069,7 @@ class CosineEmbeddingLoss(LossBase):
class BCEWithLogitsLoss(LossBase):
r"""
Adds sigmoid activation function to input logits, and uses the given logits to compute binary cross entropy
between the labels and the output.
between the logits and the labels.
Sets input `logits` as :math:`X`, input `labels` as :math:`Y`, output as :math:`L`. Then,

File diff suppressed because it is too large Load Diff