Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DPyTorchOperatorHacks.cpp98 auto log_weight = (pos_weight - 1).mul(target).add_(1); in binary_cross_entropy_with_logits_hack() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLoss.cpp372 auto log_weight = (pos_weight - 1).mul(target).add_(1); in binary_cross_entropy_with_logits() local