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

Function TEST_F

tensorflow/core/util/equal_graph_def_test.cc:78–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76};
77
78TEST_F(EqualGraphDefTest, Match) {
79 Input(e_.opts().WithName("A"));
80 Input(a_.opts().WithName("A"));
81 EXPECT_TRUE(Match()) << diff_;
82}
83
84TEST_F(EqualGraphDefTest, NoMatch) {
85 Input(e_.opts().WithName("A"));

Callers

nothing calls this directly

Calls 9

EqualNodeDefFunction · 0.85
AlternateFunction · 0.85
WithControlInputMethod · 0.80
InputFunction · 0.70
CombineFunction · 0.70
MatchFunction · 0.50
AddNodeAttrFunction · 0.50
WithNameMethod · 0.45
WithDeviceMethod · 0.45

Tested by

no test coverage detected