Searched defs:Bfloat16NeFunctor (Results 1 – 1 of 1) sorted by relevance
517 struct Bfloat16NeFunctor { struct518 npy_bool operator()(bfloat16 a, bfloat16 b) { return a != b; } in operator ()()