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

Method Create

tensorflow/core/common_runtime/direct_session.cc:956–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

954}
955
956Status DirectSession::Create(const GraphDef& graph) {
957 return Create(GraphDef(graph));
958}
959
960Status DirectSession::Create(GraphDef&& graph) {
961 TF_RETURN_IF_ERROR(init_error_);

Callers 11

TEST_FFunction · 0.45
TESTFunction · 0.45
TestHWAcceleratorFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
FeedFetchBenchmarkHelperFunction · 0.45
TEST_FFunction · 0.45

Calls 2

CreateFunction · 0.50
GraphDefClass · 0.50

Tested by 11

TEST_FFunction · 0.36
TESTFunction · 0.36
TestHWAcceleratorFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
FeedFetchBenchmarkHelperFunction · 0.36
TEST_FFunction · 0.36