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

Method IsMerge

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

Source from the content-addressed store, hash-verified

212 bool IsPlaceholder() const { return type_string() == "Placeholder"; }
213 bool IsSwitch() const { return class_ == NC_SWITCH; }
214 bool IsMerge() const { return class_ == NC_MERGE; }
215 bool IsEnter() const { return class_ == NC_ENTER; }
216 bool IsExit() const { return class_ == NC_EXIT; }
217 bool IsNextIteration() const { return class_ == NC_NEXT_ITERATION; }

Callers 15

testIsCondMergeMethod · 0.80
testIsLoopMergeMethod · 0.80
createOperationMethod · 0.80
AddBackedgesMethod · 0.80
AddInputEdgesMethod · 0.80
IsControlFlowV1NodeFunction · 0.80
PropagateShapesFunction · 0.80
RemoveMethod · 0.80
FindUniqueBackedgeFunction · 0.80
HandleNodeMethod · 0.80
PopulateFrameMethod · 0.80

Calls

no outgoing calls

Tested by 6

testIsCondMergeMethod · 0.64
testIsLoopMergeMethod · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64