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