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