torch.nn.functional.hinge_embedding_loss¶ torch.nn.functional.hinge_embedding_loss(input, target, margin=1.0, size_average=None, reduce=None, reduction='mean') → 张量[源代码]¶ 详情请参见 HingeEmbeddingLoss。 Return type 张量