MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / isinf

Class isinf

tensorflow/core/kernels/cwise_ops.h:882–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

880// type system.
881template <typename T>
882struct isinf : base<T, Eigen::internal::scalar_isinf_op<T>, bool> {};
883
884template <typename T>
885struct isnan : base<T, Eigen::internal::scalar_isnan_op<T>, bool> {};

Callers 15

AttrValueToPythonFunction · 0.85
CheckForOverflowFunction · 0.85
half>Method · 0.85
SafeCastFunction · 0.85
IsInfFunction · 0.85
operator()Method · 0.85
ParseDoubleMethod · 0.85
HostCompareFunction · 0.85
ReplaceInfWithMaxMethod · 0.85
TEST_PFunction · 0.85
ComputeMethod · 0.85

Calls

no outgoing calls

Tested by 3

ReplaceInfWithMaxMethod · 0.68
TEST_PFunction · 0.68