Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSharedReduceOps.h420 struct LessOrNan { struct
421 C10_DEVICE bool operator () (scalar_t a, scalar_t b, int64_t idx_a, int64_t idx_b) const { in operator()