Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
template <>
169
ALWAYS_INLINE bool IsZero(bfloat16 v) {
170
return !static_cast<bool>(v);
171
}
172
173
template <>
174
ALWAYS_INLINE bool IsZero(float v) {
Callers
9
EmitIntegerDivide
Method · 0.50
EmitIntegerRemainder
Method · 0.50
TEST
Function · 0.50
TEST
Function · 0.50
TEST
Function · 0.50
TEST
Function · 0.50
TestCase1
Function · 0.50
TestCase2
Function · 0.50
InvalidFuncTestCase2
Function · 0.50
Calls
no outgoing calls
Tested by
7
TEST
Function · 0.40
TEST
Function · 0.40
TEST
Function · 0.40
TEST
Function · 0.40
TestCase1
Function · 0.40
TestCase2
Function · 0.40
InvalidFuncTestCase2
Function · 0.40