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

Function IsZero

tensorflow/core/kernels/sparse_matmul_op.cc:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168template <>
169ALWAYS_INLINE bool IsZero(bfloat16 v) {
170 return !static_cast<bool>(v);
171}
172
173template <>
174ALWAYS_INLINE bool IsZero(float v) {

Callers 9

EmitIntegerDivideMethod · 0.50
EmitIntegerRemainderMethod · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TestCase1Function · 0.50
TestCase2Function · 0.50
InvalidFuncTestCase2Function · 0.50

Calls

no outgoing calls

Tested by 7

TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TestCase1Function · 0.40
TestCase2Function · 0.40
InvalidFuncTestCase2Function · 0.40