Searched refs:graph_defs (Results 1 – 4 of 4) sorted by relevance
32 const std::vector<const GraphDef*>& graph_defs) override {} in PublishGraphProto() argument
42 const std::vector<const GraphDef*>& graph_defs) = 0;
343 std::unordered_map<string, GraphDef> graph_defs; in RegisterPartitions() local345 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()
193 graph_defs = []200 graph_defs.append(g.as_graph_def())202 self.assertEqual(graph_defs[i], graph_defs[i + 1])