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

Function NewRemote

tensorflow/core/debug/grpc_session_debug_test.cc:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95std::unique_ptr<Session> NewRemote(const SessionOptions& options) {
96 return std::unique_ptr<Session>(CHECK_NOTNULL(NewSession(options)));
97}
98
99class GrpcSessionDebugTest : public ::testing::Test {
100 protected:

Callers 1

TEST_FFunction · 0.70

Calls 1

NewSessionFunction · 0.50

Tested by

no test coverage detected