Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc520 struct Bfloat16LtFunctor { struct
521 npy_bool operator()(bfloat16 a, bfloat16 b) { return a < b; } in operator ()()