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

Function IsControlLoop

tensorflow/core/graph/graph_partition.cc:604–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

602}
603
604bool IsControlLoop(const Node* node) {
605 const string& name = node->name();
606 return absl::StartsWith(name, "_cloop");
607}
608
609// An enter node for control flow.
610Node* AddControlEnter(Graph* g, const string& node_name,

Callers 2

PartitionFunction · 0.85
PartitionWithTensorFuseFunction · 0.85

Calls 2

StartsWithFunction · 0.85
nameMethod · 0.65

Tested by

no test coverage detected