Home | History | Annotate | Download | only in distributed_runtime

Lines Matching defs:def

63   Status CreateSession(const GraphDef& def, string* handle,
67 *(req.mutable_graph_def()) = def;
79 Status ExtendSession(const string& handle, const GraphDef& def,
84 *(req.mutable_graph_def()) = def;
140 GraphDef def; // Empty.
143 TF_ASSERT_OK(CreateSession(def, &handle, &initial_version));
159 GraphDef def; // Empty.
162 TF_ASSERT_OK(CreateSession(def, &s1, &initial_version1));
163 TF_ASSERT_OK(CreateSession(def, &s2, &initial_version2));
380 GraphDef def;
381 test::graph::ToGraphDef(&graph, &def);
385 TF_CHECK_OK(CreateSession(def, &handle, &initial_version));