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:1148–1150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1146
};
1147
struct Cos {
1148
bfloat16 operator()(bfloat16 a) {
1149
return bfloat16(std::cos(static_cast<float>(a)));
1150
}
1151
};
1152
struct Tan {
1153
bfloat16 operator()(bfloat16 a) {
Callers
nothing calls this directly
Calls
1
cos
Class · 0.50
Tested by
no test coverage detected