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:1188–1190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1186
};
1187
struct Cosh {
1188
bfloat16 operator()(bfloat16 a) {
1189
return bfloat16(std::cosh(static_cast<float>(a)));
1190
}
1191
};
1192
struct Tanh {
1193
bfloat16 operator()(bfloat16 a) {
Callers
nothing calls this directly
Calls
1
cosh
Class · 0.85
Tested by
no test coverage detected