Searched refs:UpdateRegularFaninByPort (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view.h | 229 Status UpdateRegularFaninByPort(absl::string_view node_name, int port,
|
D | mutable_graph_view_test.cc | 1733 Status s = graph.UpdateRegularFaninByPort(node_name, port, fanin); in TestUpdateRegularFaninByPort() 1747 TEST(MutableGraphViewTest, UpdateRegularFaninByPort) { in TEST() argument 2285 TF_EXPECT_OK(graph.UpdateRegularFaninByPort("c", 0, {"b", 2})); in TEST() 2303 TF_EXPECT_OK(graph.UpdateRegularFaninByPort("d", 0, {"b", 1})); in TEST() 2306 TF_EXPECT_OK(graph.UpdateRegularFaninByPort("e", 0, {"c", 2})); in TEST()
|
D | mutable_graph_view.cc | 1328 Status MutableGraphView::UpdateRegularFaninByPort(absl::string_view node_name, in UpdateRegularFaninByPort() function in tensorflow::grappler::MutableGraphView
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | rebatch.cc | 170 TF_RETURN_IF_ERROR(graph->UpdateRegularFaninByPort( in MutateBatchSize()
|