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()
884 max_regular_input_port()[node] = num_regular_fanins; in AddFaninInternal()
948 max_regular_input_port()[node] = num_regular_fanins; in AddRegularFaninByPort()
1089 max_regular_input_port().erase(node); in RemoveRegularFaninInternal()
1091 max_regular_input_port()[node] = last_regular_input_port; in RemoveRegularFaninInternal()
1133 gtl::FindWithDefault(max_regular_input_port(), node, -1); in RemoveRegularFaninByPort()
1157 max_regular_input_port().erase(node); in RemoveRegularFaninByPort()
1159 max_regular_input_port()[node] = updated_last_regular_input_port; in RemoveRegularFaninByPort()
1345 gtl::FindWithDefault(max_regular_input_port(), node, -1); in UpdateRegularFaninByPort()
1386 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