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

Function TEST_F

tensorflow/compiler/jit/graphcycles/graphcycles_test.cc:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418};
419
420TEST_F(GraphCyclesTest, NoCycle) {
421 AddMultiples();
422 CHECK(g_.CheckInvariants());
423}
424
425TEST_F(GraphCyclesTest, SimpleCycle) {
426 AddMultiples();

Callers

nothing calls this directly

Calls 6

PathEnum · 0.85
ContractEdgeMethod · 0.80
CanContractEdgeMethod · 0.80
CheckInvariantsMethod · 0.45
RemoveNodeMethod · 0.45
HasEdgeMethod · 0.45

Tested by

no test coverage detected