Home
last modified time | relevance | path

Searched refs:MinMaxReductionOps (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/aten/src/ATen/native/
DSharedReduceOps.h448 struct MinMaxReductionOps { struct
478 struct ArgReductionOps : public MinMaxReductionOps<comp_t> { argument
479 using typename MinMaxReductionOps<comp_t>::scalar_t;
480 using typename MinMaxReductionOps<comp_t>::index_t;
481 using typename MinMaxReductionOps<comp_t>::arg_t;
502 public detail::MinMaxReductionOps<detail::LessOrNan<scalar_t>> {
507 public detail::MinMaxReductionOps<detail::GreaterOrNan<scalar_t>> {