Searched defs:Arcsinh (Results 1 – 3 of 3) sorted by relevance
23 class Arcsinh(nn.Cell): class
22 class Arcsinh(nn.Cell): class
612 struct Arcsinh { struct613 T operator()(T a) { return T(std::asinh(static_cast<float>(a))); } in operator ()()