Home
last modified time | relevance | path

Searched defs:component_wise_loss (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dfunctional.cpp2641 const auto component_wise_loss = torch::exp(input) - target * input; in TEST_F() local
H A Dmodules.cpp3209 const auto component_wise_loss = torch::exp(input) - target * input; in TEST_F() local