torch.nn.functional.triplet_margin_with_distance_loss¶ torch.nn.functional.triplet_margin_with_distance_loss(anchor, positive, negative, *, distance_function=None, margin=1.0, swap=False, reduction='mean')[source][source]¶ 使用自定義距離函式計算輸入張量的三元組邊界損失。 詳情請參閱 TripletMarginWithDistanceLoss。 返回型別 Tensor