MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / IsTensorIdControlling

Function IsTensorIdControlling

tensorflow/core/grappler/mutable_graph_view.cc:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51bool IsTensorIdControlling(const TensorId& tensor_id) {
52 return tensor_id.index() == Graph::kControlSlot;
53}
54
55bool IsOutputPortControlling(const MutableGraphView::OutputPort& port) {
56 return port.port_id == Graph::kControlSlot;

Callers 5

AddAndDedupFanoutsMethod · 0.85
SwapNodeNamesMethod · 0.85
UpdateFaninMethod · 0.85
RemoveFaninsInternalMethod · 0.85

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected