Home
last modified time | relevance | path

Searched defs:_Reduction (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/include/__pstl/internal/
H A Dparallel_backend_serial.h52 const _Value& __identity, const _RealBody& __real_body, const _Reduction&) in __parallel_reduce()
/aosp_15_r20/external/pytorch/torch/nn/modules/
H A Dloss.py6 from torch.nn import _reduction as _Reduction, functional as F unknown
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_nn.py17 from torch.nn import _reduction as _Reduction unknown
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py19 from torch.nn import _reduction as _Reduction, grad # noqa: F401 unknown