MCPcopy 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.
219template <typename NativeT>
220bool IsInf(NativeT val) {
221 return Eigen::numext::isinf(val);
222}
223
224// Returns whether the given value is nan.
225template <typename NativeT>

Callers 1

CompareValuesMethod · 0.70

Calls 1

isinfClass · 0.85

Tested by

no test coverage detected