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

Function IsSwitch

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

Source from the content-addressed store, hash-verified

849inline bool IsSource(const Node* node) { return node->IsSource(); }
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(); }

Callers 11

IsControlFlowMethod · 0.70
FunctionalizeLoopFunction · 0.50
ExtractBodiesMethod · 0.50
StateAlongEdgeMethod · 0.50
DetermineStatesMethod · 0.50
FunctionalizeInternalMethod · 0.50
InitializeMethod · 0.50
GetTheOnlyDataEdgeFunction · 0.50
ComputeAlapMethod · 0.50

Calls 1

IsSwitchMethod · 0.80

Tested by

no test coverage detected