Home
last modified time | relevance | path

Searched full:nll_loss2d (Results 1 – 18 of 18) sorted by relevance

/external/pytorch/torch/onnx/
Dsymbolic_opset12.py37 "nll_loss2d",
148 @_onnx_symbolic("aten::nll_loss2d")
149 def nll_loss2d( function
/external/pytorch/aten/src/ATen/native/
DNonSymbolicBC.h14 TORCH_API at::Tensor nll_loss2d(const at::Tensor & self, const at::Tensor & target, const std::opti…
DLossNLL.cpp22 #include <ATen/ops/nll_loss2d.h>
Dnative_functions.yaml11560 - func: nll_loss2d.out(Tensor self, Tensor target, Tensor? weight=None, int reduction=Mean, SymInt …
11563 - func: nll_loss2d(Tensor self, Tensor target, Tensor? weight=None, int reduction=Mean, SymInt igno…
/external/pytorch/aten/src/ATen/
Dautocast_mode.cpp270 KERNEL_MPS(nll_loss2d, fp32) in TORCH_LIBRARY_IMPL()
392 KERNEL_CPU(nll_loss2d, fp32) in TORCH_LIBRARY_IMPL()
Dautocast_mode.h839 _(nll_loss2d) \
/external/pytorch/functorch/op_analysis/
Dannotated_ops456 nll_loss2d, reduction
/external/pytorch/aten/src/ATen/functorch/
DBatchRulesDecompositions.cpp219 m.impl("nll_loss2d", native::nll_loss2d_symint); in TORCH_LIBRARY_IMPL()
/external/pytorch/torch/testing/_internal/
Dautocast_test_lists.py216 ("nll_loss2d", (torch.rand((n, n, n, n), device=dev, dtype=torch.half),
361 ("nll_loss2d", (torch.rand((n, n, n, n), device=dev, dtype=torch.bfloat16),
/external/pytorch/docs/source/
Damp.rst437 ``nll_loss2d``,
Dconf.py1374 "nll_loss2d",
/external/pytorch/test/mobile/model_test/
Dmodel_ops.yaml267 aten::nll_loss2d: 1
Dcoverage.yaml1068 aten::nll_loss2d: 1
/external/pytorch/torchgen/static_runtime/
Dconfig.py171 if op_name == "nll_loss2d":
Dgenerator.py587 "nll_loss2d",
/external/pytorch/torch/csrc/jit/passes/
Dautocast.cpp423 case aten::nll_loss2d: in handleBlock()
/external/pytorch/torch/_dynamo/
Dtrace_rules.py1045 "torch._C._nn.nll_loss2d",
/external/pytorch/test/cpp/lazy/
Dtest_lazy_ops.cpp8217 torch::Tensor output = torch::nll_loss2d( in TEST_F()
8229 torch::Tensor lazy_output = torch::nll_loss2d( in TEST_F()
11001 return torch::nll_loss2d( in TEST_F()