Rate this Page

Function at::triplet_margin_loss#

Function Documentation#

inline at::Tensor at::triplet_margin_loss(const at::Tensor &anchor, const at::Tensor &positive, const at::Tensor &negative, double margin = 1.0, double p = 2, double eps = 1e-06, bool swap = false, int64_t reduction = at::Reduction::Mean)#