Home
last modified time | relevance | path

Searched defs:fanin_port (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc397 OutputPort fanin_port(fanin.node, i); in UpdateMaxRegularOutputPortForRemovedFanin() local
937 OutputPort fanin_port(nodes()[tensor_id.node()], tensor_id.index()); in AddRegularFaninByPort() local
944 OutputPort fanin_port(fanin_node, fanin.index()); in AddRegularFaninByPort() local
1030 OutputPort fanin_port(fanin_node, fanin.index()); in AddControllingFanin() local
1049 int node_input_port, bool update_max_port) { in RemoveRegularFaninInternal()
1074 OutputPort fanin_port(nodes()[tensor_id.node()], tensor_id.index()); in RemoveRegularFaninInternal() local
1138 OutputPort fanin_port(nodes()[tensor_id.node()], tensor_id.index()); in RemoveRegularFaninByPort() local
1143 OutputPort fanin_port(nodes()[tensor_id.node()], tensor_id.index()); in RemoveRegularFaninByPort() local
1439 OutputPort fanin_port(nodes()[tensor_id.node()], tensor_id.index()); in UpdateAllRegularFaninsToControlling() local
1457 OutputPort fanin_port = regular_fanins[i]; in UpdateAllRegularFaninsToControlling() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgeneric_layout_optimizer_test.cc202 absl::string_view fanin_name, int fanin_port) { in VerifyRegularFaninMatch()
Dgeneric_layout_optimizer_transposer.cc381 auto& fanin_port = dst_node->GetRegularFanin(dst_port); in UpdateFaninEdgesWithOp() local
Dgeneric_layout_optimizer_transposer_test.cc75 absl::string_view fanin_name, int fanin_port) { in VerifyRegularFaninMatch()