Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ IsInf
Function
IsInf
tensorflow/compiler/xla/literal_comparison.cc:220–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
218
// Returns whether the given value is infinity.
219
template <typename NativeT>
220
bool IsInf(NativeT val) {
221
return Eigen::numext::isinf(val);
222
}
223
224
// Returns whether the given value is nan.
225
template <typename NativeT>
Callers
1
CompareValues
Method · 0.70
Calls
1
isinf
Class · 0.85
Tested by
no test coverage detected