Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dbfloat16.cc1368 struct Arccosh { struct
1369 T operator()(T a) { return T(std::acosh(static_cast<float>(a))); } in operator ()()