Searched defs:MinMaxReductionOps (Results 1 – 1 of 1) sorted by relevance
448 struct MinMaxReductionOps { struct449 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