Searched defs:Bfloat16LtFunctor (Results 1 – 1 of 1) sorted by relevance
520 struct Bfloat16LtFunctor { struct521 npy_bool operator()(bfloat16 a, bfloat16 b) { return a < b; } in operator ()()