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:1173–1175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1171
};
1172
struct Arctan2 {
1173
bfloat16 operator()(bfloat16 a, bfloat16 b) {
1174
return bfloat16(std::atan2(static_cast<float>(a), static_cast<float>(b)));
1175
}
1176
};
1177
struct Hypot {
1178
bfloat16 operator()(bfloat16 a, bfloat16 b) {
Callers
nothing calls this directly
Calls
1
atan2
Class · 0.85
Tested by
no test coverage detected