Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Eq
Class
Eq
tensorflow/compiler/xla/python/bfloat16.cc:1225–1227 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1223
};
1224
1225
struct Eq {
1226
npy_bool operator()(bfloat16 a, bfloat16 b) { return a == b; }
1227
};
1228
struct Ne {
1229
npy_bool operator()(bfloat16 a, bfloat16 b) { return a != b; }
1230
};
Callers
15
OneHot
Method · 0.50
Compile
Method · 0.50
DivNoNanImpl
Function · 0.50
MulNoNanImpl
Function · 0.50
XlogyImpl
Function · 0.50
XdivyImpl
Function · 0.50
binary_ops.cc
File · 0.50
Compile
Method · 0.50
RGBToHSV
Function · 0.50
CreateDiagonal
Function · 0.50
XLA_TEST_F
Function · 0.50
RunR1ToR0PredTest
Method · 0.50
Calls
no outgoing calls
Tested by
14
XLA_TEST_F
Function · 0.40
RunR1ToR0PredTest
Method · 0.40
RunR2ToR1PredTest
Method · 0.40
XLA_TEST_F
Function · 0.40
TEST_F
Function · 0.40
XLA_TEST_F
Function · 0.40
XLA_TEST_F
Function · 0.40
XLA_TEST_F
Function · 0.40
TEST_F
Function · 0.40
TEST_F
Function · 0.40
TestGraphEveryWay
Method · 0.40
TEST
Function · 0.40