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:1030–1030 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1028
};
1029
struct IsNan {
1030
bool operator()(bfloat16 a) { return std::isnan(static_cast<float>(a)); }
1031
};
1032
struct Ldexp {
1033
bfloat16 operator()(bfloat16 a, int exp) {
Callers
nothing calls this directly
Calls
1
isnan
Class · 0.85
Tested by
no test coverage detected