Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
std::unique_ptr<Session> CreateSession() {
87
return std::unique_ptr<Session>(NewSession(DefaultSessionOptions()));
88
}
89
90
class DirectSessionMinusAXTest : public ::testing::Test {
91
public:
Callers
3
TEST_F
Function · 0.70
TEST
Function · 0.70
RunGraphWithCollectiveFunctions
Method · 0.70
Calls
2
NewSession
Function · 0.70
DefaultSessionOptions
Function · 0.70
Tested by
no test coverage detected