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

Function IsMerge

tensorflow/core/graph/graph.h:852–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850inline bool IsSink(const Node* node) { return node->IsSink(); }
851inline bool IsSwitch(const Node* node) { return node->IsSwitch(); }
852inline bool IsMerge(const Node* node) { return node->IsMerge(); }
853inline bool IsEnter(const Node* node) { return node->IsEnter(); }
854inline bool IsExit(const Node* node) { return node->IsExit(); }
855inline bool IsNextIteration(const Node* n) { return n->IsNextIteration(); }

Callers 15

IsControlFlowMethod · 0.70
FunctionalizeLoopFunction · 0.50
BuildArgumentNodesMethod · 0.50
ExtractBodiesMethod · 0.50
RemoveRedundantSwitchMethod · 0.50
DetermineStatesMethod · 0.50
FunctionalizeInternalMethod · 0.50
DetermineCondStateMethod · 0.50
ExtractConstantSubgraphFunction · 0.50
GetMaxPendingCountsFunction · 0.50

Calls 1

IsMergeMethod · 0.80

Tested by

no test coverage detected