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:1193–1195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1191
};
1192
struct Tanh {
1193
bfloat16 operator()(bfloat16 a) {
1194
return bfloat16(std::tanh(static_cast<float>(a)));
1195
}
1196
};
1197
struct Arcsinh {
1198
bfloat16 operator()(bfloat16 a) {
Callers
nothing calls this directly
Calls
1
tanh
Class · 0.50
Tested by
no test coverage detected