Home
last modified time | relevance | path

Searched defs:hinge_embedding_loss (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dloss.h207 inline Tensor hinge_embedding_loss( in hinge_embedding_loss() function
/aosp_15_r20/external/pytorch/torch/_refs/nn/functional/
H A D__init__.py678 def hinge_embedding_loss( function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLoss.cpp182 Tensor hinge_embedding_loss(const Tensor& self, const Tensor& target, double margin, int64_t reduct… in hinge_embedding_loss() function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py3834 def hinge_embedding_loss( function