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:1163–1165 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1161
};
1162
struct Arccos {
1163
bfloat16 operator()(bfloat16 a) {
1164
return bfloat16(std::acos(static_cast<float>(a)));
1165
}
1166
};
1167
struct Arctan {
1168
bfloat16 operator()(bfloat16 a) {
Callers
nothing calls this directly
Calls
1
acos
Class · 0.85
Tested by
no test coverage detected