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

Function CreateSession

tensorflow/core/common_runtime/direct_session_test.cc:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86std::unique_ptr<Session> CreateSession() {
87 return std::unique_ptr<Session>(NewSession(DefaultSessionOptions()));
88}
89
90class DirectSessionMinusAXTest : public ::testing::Test {
91 public:

Callers 3

TEST_FFunction · 0.70
TESTFunction · 0.70

Calls 2

NewSessionFunction · 0.70
DefaultSessionOptionsFunction · 0.70

Tested by

no test coverage detected