Home
last modified time | relevance | path

Searched refs:UpdateRegularFaninByPort (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.h229 Status UpdateRegularFaninByPort(absl::string_view node_name, int port,
Dmutable_graph_view_test.cc1733 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()
Dmutable_graph_view.cc1328 Status MutableGraphView::UpdateRegularFaninByPort(absl::string_view node_name, in UpdateRegularFaninByPort() function in tensorflow::grappler::MutableGraphView
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Drebatch.cc170 TF_RETURN_IF_ERROR(graph->UpdateRegularFaninByPort( in MutateBatchSize()