/aosp_15_r20/external/pytorch/torch/distributions/ |
H A D | bernoulli.py | 14 from torch.nn.functional import binary_cross_entropy_with_logits 113 return -binary_cross_entropy_with_logits(logits, value, reduction="none") 116 return binary_cross_entropy_with_logits(
|
H A D | geometric.py | 13 from torch.nn.functional import binary_cross_entropy_with_logits 128 binary_cross_entropy_with_logits(self.logits, self.probs, reduction="none")
|
H A D | continuous_bernoulli.py | 15 from torch.nn.functional import binary_cross_entropy_with_logits 181 -binary_cross_entropy_with_logits(logits, value, reduction="none")
|
/aosp_15_r20/external/pytorch/docs/source/ |
H A D | amp.rst | 182 ``binary_cross_entropy_with_logits``, 251 Prefer ``binary_cross_entropy_with_logits`` over ``binary_cross_entropy`` 260 …his case, combine the two layers using :func:`torch.nn.functional.binary_cross_entropy_with_logits` 261 or :mod:`torch.nn.BCEWithLogitsLoss`. ``binary_cross_entropy_with_logits`` and ``BCEWithLogits`` 313 ``binary_cross_entropy_with_logits``, 450 ``binary_cross_entropy_with_logits``,
|
H A D | nn.functional.rst | 172 binary_cross_entropy_with_logits
|
/aosp_15_r20/external/pytorch/test/cpp/api/ |
H A D | functional.cpp | 3122 F::binary_cross_entropy_with_logits(input, target), in TEST_F() 3129 F::binary_cross_entropy_with_logits(input, target), in TEST_F() 3140 F::binary_cross_entropy_with_logits(output, target), in TEST_F() 3145 F::binary_cross_entropy_with_logits( in TEST_F() 3158 F::binary_cross_entropy_with_logits(output, target), in TEST_F() 3162 F::binary_cross_entropy_with_logits( in TEST_F() 3174 F::binary_cross_entropy_with_logits( in TEST_F() 3186 F::binary_cross_entropy_with_logits( in TEST_F() 3199 auto out1 = F::binary_cross_entropy_with_logits( in TEST_F() 3205 auto out2 = F::binary_cross_entropy_with_logits( in TEST_F() [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/ |
H A D | loss.h | 992 inline Tensor binary_cross_entropy_with_logits( in binary_cross_entropy_with_logits() function 1006 return torch::binary_cross_entropy_with_logits( in binary_cross_entropy_with_logits() 1030 inline Tensor binary_cross_entropy_with_logits( 1034 return detail::binary_cross_entropy_with_logits(
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | autocast_mode.cpp | 282 KERNEL_MPS(binary_cross_entropy_with_logits, fp32) in TORCH_LIBRARY_IMPL() 407 KERNEL_CPU(binary_cross_entropy_with_logits, fp32) in TORCH_LIBRARY_IMPL()
|
H A D | autocast_mode.h | 851 _(binary_cross_entropy_with_logits) \
|
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/modules/ |
H A D | loss.cpp | 428 return F::detail::binary_cross_entropy_with_logits( in forward()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | autocast.cpp | 434 case aten::binary_cross_entropy_with_logits: in handleBlock()
|
/aosp_15_r20/external/pytorch/functorch/op_analysis/ |
H A D | public_api | 405 binary_cross_entropy_with_logits
|
H A D | annotated_ops | 52 binary_cross_entropy_with_logits, reduction
|
/aosp_15_r20/external/pytorch/torch/_decomp/ |
H A D | __init__.py | 277 aten.binary_cross_entropy_with_logits,
|
/aosp_15_r20/external/pytorch/test/mobile/model_test/ |
H A D | nn_ops.py | 347 F.binary_cross_entropy_with_logits(torch.sigmoid(a), b),
|
/aosp_15_r20/external/pytorch/test/profiler/ |
H A D | test_memory_profiler.py | 1140 loss = torch.nn.functional.binary_cross_entropy_with_logits(y, targets) 1188 loss = torch.nn.functional.binary_cross_entropy_with_logits(y, targets)
|
H A D | test_profiler.py | 1267 loss = torch.nn.functional.binary_cross_entropy_with_logits(z, y) 1322 loss = torch.nn.functional.binary_cross_entropy_with_logits(z, y) 2224 loss = torch.nn.functional.binary_cross_entropy_with_logits(z, y)
|
/aosp_15_r20/external/pytorch/torch/nn/modules/ |
H A D | loss.py | 819 return F.binary_cross_entropy_with_logits(
|
/aosp_15_r20/external/pytorch/torch/onnx/ |
H A D | symbolic_opset12.py | 211 def binary_cross_entropy_with_logits( function
|
/aosp_15_r20/external/pytorch/test/cpp_api_parity/ |
H A D | parity-tracker.md | 226 F::binary_cross_entropy_with_logits|Yes|No
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | Loss.cpp | 362 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 D | functional.pyi.in | 387 def binary_cross_entropy_with_logits(
|
H A D | functional.py | 3557 def binary_cross_entropy_with_logits( function 3608 binary_cross_entropy_with_logits, 3628 return torch.binary_cross_entropy_with_logits(
|
/aosp_15_r20/external/pytorch/test/onnx/ |
H A D | test_pytorch_onnx_onnxruntime.py | 9342 return torch.nn.functional.binary_cross_entropy_with_logits( 9350 return torch.nn.functional.binary_cross_entropy_with_logits( 9358 return torch.nn.functional.binary_cross_entropy_with_logits( 9367 return torch.nn.functional.binary_cross_entropy_with_logits( 9375 return torch.nn.functional.binary_cross_entropy_with_logits( 9383 return torch.nn.functional.binary_cross_entropy_with_logits( 9392 return torch.nn.functional.binary_cross_entropy_with_logits( 9400 return torch.nn.functional.binary_cross_entropy_with_logits( 9408 return torch.nn.functional.binary_cross_entropy_with_logits( 9417 return torch.nn.functional.binary_cross_entropy_with_logits( [all …]
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_nn.py | 264 lambda i: F.binary_cross_entropy_with_logits(i, t.type_as(i), reduce=False)), 282 lambda i: F.binary_cross_entropy_with_logits(i, t.type_as(i), reduction='none')), 300 lambda i: F.binary_cross_entropy_with_logits(i, t.type_as(i), reduction='none')),
|