Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dbfloat16.cc1364 struct Arcsinh { struct
1365 T operator()(T a) { return T(std::asinh(static_cast<float>(a))); } in operator ()()