Home
last modified time | relevance | path

Searched defs:binary_cross_entropy_with_logits (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset12.py211 def binary_cross_entropy_with_logits( function
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dloss.h992 inline Tensor binary_cross_entropy_with_logits( in binary_cross_entropy_with_logits() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLoss.cpp362 Tensor binary_cross_entropy_with_logits(const Tensor& input, const Tensor& target, const std::optio… in binary_cross_entropy_with_logits() function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py3557 def binary_cross_entropy_with_logits( function
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py4277 def binary_cross_entropy_with_logits( function