Home
last modified time | relevance | path

Searched refs:max_regular_input_port (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc384 max_regular_input_port()[node] = max_input_port; in AddAndDedupFanouts()
881 max_regular_input_port()[node] = num_regular_fanins; in AddFaninInternal()
945 max_regular_input_port()[node] = num_regular_fanins; in AddRegularFaninByPort()
1086 max_regular_input_port().erase(node); in RemoveRegularFaninInternal()
1088 max_regular_input_port()[node] = last_regular_input_port; in RemoveRegularFaninInternal()
1130 gtl::FindWithDefault(max_regular_input_port(), node, -1); in RemoveRegularFaninByPort()
1154 max_regular_input_port().erase(node); in RemoveRegularFaninByPort()
1156 max_regular_input_port()[node] = updated_last_regular_input_port; in RemoveRegularFaninByPort()
1342 gtl::FindWithDefault(max_regular_input_port(), node, -1); in UpdateRegularFaninByPort()
1383 gtl::FindWithDefault(max_regular_input_port(), node, -1); in SwapRegularFaninsByPorts()
[all …]
Dgraph_view.h364 absl::flat_hash_map<const NodeDefT*, int>& max_regular_input_port() { in max_regular_input_port() function