MCPcopy 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
126template <typename T>
127inline void ExpectEqual(const T& a, const T& b) {
128 EXPECT_EQ(a, b);
129}
130
131template <>
132inline void ExpectEqual<float>(const float& a, const float& b) {

Callers 15

ExpectSuccessMethod · 0.70
EqualMethod · 0.70
EqualMethod · 0.70
TEST_PFunction · 0.50
TESTFunction · 0.50
TEST_PFunction · 0.50
TEST_PFunction · 0.50
TEST_PFunction · 0.50
TEST_PFunction · 0.50
TEST_PFunction · 0.50
TEST_PFunction · 0.50
TEST_PFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected