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

Function TEST_F

tensorflow/stream_executor/stream_test.cc:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31};
32
33TEST_F(StreamTest, NoInitNotOk) {
34 std::unique_ptr<StreamExecutor> executor = NewStreamExecutor();
35 Stream stream(executor.get());
36 EXPECT_FALSE(stream.ok());
37}
38
39TEST_F(StreamTest, InitOk) {
40 std::unique_ptr<StreamExecutor> executor = NewStreamExecutor();

Callers

nothing calls this directly

Calls 5

GetOrCreateSubStreamMethod · 0.80
ReturnSubStreamMethod · 0.80
getMethod · 0.45
okMethod · 0.45
InitMethod · 0.45

Tested by

no test coverage detected