Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ operator()
Method
operator()
tensorflow/compiler/xla/python/bfloat16.cc:1203–1205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1201
};
1202
struct Arccosh {
1203
bfloat16 operator()(bfloat16 a) {
1204
return bfloat16(std::acosh(static_cast<float>(a)));
1205
}
1206
};
1207
struct Arctanh {
1208
bfloat16 operator()(bfloat16 a) {
Callers
nothing calls this directly
Calls
1
acosh
Class · 0.85
Tested by
no test coverage detected