Home
last modified time | relevance | path

Searched defs:cummax (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/aten/src/ATen/native/
DReduceOps.cpp816 std::tuple<Tensor, Tensor> cummax(const Tensor& self, int64_t dim) { in cummax() function
2203 std::tuple<Tensor, Tensor> cummax(const Tensor& self, Dimname dim) { in cummax() function
/external/pytorch/torch/_inductor/
Dlowering.py5646 def cummax(x, axis=None): function