Searched defs:Bfloat16EqFunctor (Results 1 – 1 of 1) sorted by relevance
514 struct Bfloat16EqFunctor { struct515 npy_bool operator()(bfloat16 a, bfloat16 b) { return a == b; } in operator ()()