Home
last modified time | relevance | path

Searched refs:mutable_graph (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/data/service/
Dutils_test.cc31 def.mutable_graph()->set_version(version); in DatasetDefWithVersion()
Ddataset_store_test.cc56 def.mutable_graph()->set_version(version); in DatasetDefWithVersion()
Ddata_service.cc145 *req.mutable_dataset()->mutable_graph() = dataset; in RegisterDataset()
Ddispatcher_impl.cc376 GraphDef* graph = dataset_def.mutable_graph(); in GetOrRegisterDataset()
/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view_test.cc88 void CheckGraph(const MutableGraphView& mutable_graph) { in CheckGraph() argument
89 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()