MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator()

Method operator()

tensorflow/compiler/xla/python/bfloat16.cc:1198–1200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1196};
1197struct Arcsinh {
1198 bfloat16 operator()(bfloat16 a) {
1199 return bfloat16(std::asinh(static_cast<float>(a)));
1200 }
1201};
1202struct Arccosh {
1203 bfloat16 operator()(bfloat16 a) {

Callers

nothing calls this directly

Calls 1

asinhClass · 0.85

Tested by

no test coverage detected