/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/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/torch/onnx/ |
H A D | symbolic_opset12.py | 28 "binary_cross_entropy_with_logits", 209 @_onnx_symbolic("aten::binary_cross_entropy_with_logits") 211 def binary_cross_entropy_with_logits( function 249 "binary_cross_entropy_with_logits with reduction other than none, mean, or sum",
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | autocast_mode.cpp | 154 …"In this case, combine the two layers using torch.nn.functional.binary_cross_entropy_with_logits\n" in binary_cross_entropy_banned() 155 … "or torch.nn.BCEWithLogitsLoss. binary_cross_entropy_with_logits and BCEWithLogits are\n" in binary_cross_entropy_banned() 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()
|
/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() 1017 …tps://pytorch.org/docs/main/nn.functional.html#torch.nn.functional.binary_cross_entropy_with_logits 1027 /// F::binary_cross_entropy_with_logits(input, target, 1030 inline Tensor binary_cross_entropy_with_logits( 1034 return detail::binary_cross_entropy_with_logits(
|
/aosp_15_r20/external/pytorch/torch/_functorch/ |
H A D | top_operators_github_usage.py | 292 ("nn.functional.binary_cross_entropy_with_logits", 591), 427 ("nn.BCEWithLogitsLoss", 29944, "nn.functional.binary_cross_entropy_with_logits"),
|
/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) 1155 …aten::binary_cross_entropy_with_logits 7 (INPUT), 2 (INPUT) -> 11 (INPU… 1188 loss = torch.nn.functional.binary_cross_entropy_with_logits(y, targets) 1207 …aten::binary_cross_entropy_with_logits 7 (ACTIVATION), 2 (INPUT) -> 11 (ACTI…
|
H A D | test_profiler.py | 1267 loss = torch.nn.functional.binary_cross_entropy_with_logits(z, y) 1308 ts_to_name[s_ts_1] == "aten::binary_cross_entropy_with_logits" 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/testing/_internal/ |
H A D | autocast_test_lists.py | 166 …("binary_cross_entropy_with_logits", mat0_fp16 + (torch.rand((n, n), device=dev, dtype=torch.float… 349 …("binary_cross_entropy_with_logits", mat0_bf16 + (torch.rand((n, n), device=dev, dtype=torch.bfloa…
|
H A D | common_nn.py | 264 lambda i: F.binary_cross_entropy_with_logits(i, t.type_as(i), reduce=False)), 265 cpp_function_call='''F::binary_cross_entropy_with_logits( 282 lambda i: F.binary_cross_entropy_with_logits(i, t.type_as(i), reduction='none')), 283 cpp_function_call='''F::binary_cross_entropy_with_logits( 300 lambda i: F.binary_cross_entropy_with_logits(i, t.type_as(i), reduction='none')), 301 cpp_function_call='''F::binary_cross_entropy_with_logits(
|
/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/test/mobile/model_test/ |
H A D | coverage.yaml | 108 - aten::binary_cross_entropy_with_logits 761 aten::binary_cross_entropy_with_logits: 3
|
H A D | model_ops.yaml | 82 aten::binary_cross_entropy_with_logits: 6
|
H A D | nn_ops.py | 347 F.binary_cross_entropy_with_logits(torch.sigmoid(a), b),
|
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/options/ |
H A D | loss.h | 787 /// Options for `torch::nn::functional::binary_cross_entropy_with_logits`. 795 /// F::binary_cross_entropy_with_logits(input, target,
|
/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/functorch/ |
H A D | PyTorchOperatorHacks.cpp | 261 m.impl("binary_cross_entropy_with_logits", binary_cross_entropy_with_logits_hack); in TORCH_LIBRARY_IMPL()
|
/aosp_15_r20/external/pytorch/torch/_decomp/ |
H A D | __init__.py | 277 aten.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()
|