HomeSort by relevance Sort by last modified time
    Searched full:graph_defs (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
stats_publisher_interface.h 37 // PublishGraphProto publishes the graph_defs corresponding to each partition
39 // When PublishGraphProto is called multiple times, only the graph_defs
42 const std::vector<const GraphDef*>& graph_defs) = 0;
stats_publisher_interface.cc 32 const std::vector<const GraphDef*>& graph_defs) override {}
  /external/tensorflow/tensorflow/core/distributed_runtime/
master_session.cc 286 std::unordered_map<string, GraphDef> graph_defs; local
287 Status s = DoBuildPartitions(popts, &graph_defs);
295 for (const auto& name_def : graph_defs) {
299 s = DoRegisterPartitions(popts, std::move(graph_defs));
    [all...]
  /external/tensorflow/tensorflow/python/training/
saver_test.py 170 graph_defs = []
177 graph_defs.append(g.as_graph_def())
179 self.assertEqual(graph_defs[i], graph_defs[i + 1])
    [all...]
  /external/tensorflow/tensorflow/python/framework/
test_util.py 169 # Check the graph_defs.
    [all...]

Completed in 603 milliseconds