Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSharedReduceOps.h448 struct MinMaxReductionOps { struct
449 using scalar_t = typename binary_function_traits<comp_t>::arg1_t;
450 using index_t = int64_t;
451 using arg_t = detail::pair<scalar_t, index_t>;
453 static C10_DEVICE arg_t project(arg_t arg) { in project()
478 struct ArgReductionOps : public MinMaxReductionOps<comp_t> { argument