Home
last modified time | relevance | path

Searched refs:graph_defs (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dstats_publisher_interface.cc32 const std::vector<const GraphDef*>& graph_defs) override {} in PublishGraphProto() argument
Dstats_publisher_interface.h42 const std::vector<const GraphDef*>& graph_defs) = 0;
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc343 std::unordered_map<string, GraphDef> graph_defs; in RegisterPartitions() local
345 Status s = DoBuildPartitions(popts, client_graph.get(), &graph_defs); in RegisterPartitions()
353 for (const auto& name_def : graph_defs) { in RegisterPartitions()
357 s = DoRegisterPartitions(popts, std::move(graph_defs)); in RegisterPartitions()
/external/tensorflow/tensorflow/python/training/
Dsaver_test.py193 graph_defs = []
200 graph_defs.append(g.as_graph_def())
202 self.assertEqual(graph_defs[i], graph_defs[i + 1])