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

Function TEST_F

tensorflow/compiler/tf2tensorrt/segment/segment_test.cc:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105TEST_F(SegmentTest, Empty) {
106 Scope s = Scope::NewRootScope();
107 Graph g(OpRegistry::Global());
108 TF_EXPECT_OK(s.ToGraph(&g));
109 // Expect no segments/subgraphs.
110 RunTest(&g, {}, {}, {}, {});
111}
112
113TEST_F(SegmentTest, Simple) {
114 // feed

Callers

nothing calls this directly

Calls 6

ToGraphMethod · 0.80
WithOpNameMethod · 0.80
RunTestFunction · 0.50
PlaceholderFunction · 0.50
AddClass · 0.50
IdentityFunction · 0.50

Tested by

no test coverage detected