Searched refs:mutable_graph (Results 1 – 5 of 5) sorted by relevance
31 def.mutable_graph()->set_version(version); in DatasetDefWithVersion()
56 def.mutable_graph()->set_version(version); in DatasetDefWithVersion()
145 *req.mutable_dataset()->mutable_graph() = dataset; in RegisterDataset()
376 GraphDef* graph = dataset_def.mutable_graph(); in GetOrRegisterDataset()
88 void CheckGraph(const MutableGraphView& mutable_graph) { in CheckGraph() argument89 GraphView immutable_graph(mutable_graph.graph()); in CheckGraph()90 EXPECT_EQ(mutable_graph.graph()->node_size(), in CheckGraph()92 EXPECT_EQ(mutable_graph.graph(), immutable_graph.graph()); in CheckGraph()107 for (auto& node : *mutable_graph.graph()->mutable_node()) { in CheckGraph()111 mutable_graph.GetFanins(node, /*include_controlling_nodes=*/true); in CheckGraph()121 mutable_graph.GetFanouts(node, /*include_controlled_nodes=*/true); in CheckGraph()131 mutable_graph.GetFaninEdges(node, /*include_controlling_edges=*/true); in CheckGraph()137 mutable_graph.GetFanoutEdges(node, /*include_controlled_edges=*/true); in CheckGraph()