Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ExpectEqual
Function
ExpectEqual
tensorflow/core/framework/tensor_testutil.h:127–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
126
template <typename T>
127
inline void ExpectEqual(const T& a, const T& b) {
128
EXPECT_EQ(a, b);
129
}
130
131
template <>
132
inline void ExpectEqual<float>(const float& a, const float& b) {
Callers
15
ExpectSuccess
Method · 0.70
Equal
Method · 0.70
Equal
Method · 0.70
TEST_P
Function · 0.50
TEST
Function · 0.50
TEST_P
Function · 0.50
TEST_P
Function · 0.50
TEST_P
Function · 0.50
TEST_P
Function · 0.50
TEST_P
Function · 0.50
TEST_P
Function · 0.50
TEST_P
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected