Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DReduceOps.cpp455 Tensor logcumsumexp(const Tensor& self, int64_t dim) { in logcumsumexp() function
2179 Tensor logcumsumexp(const Tensor& self, Dimname dim) { in logcumsumexp() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py5624 def logcumsumexp(x, dim): function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py211 def logcumsumexp(self, dim): function
/aosp_15_r20/external/pytorch/test/
H A Dtest_torch.py2768 def logcumsumexp(a, axis): function