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

Method IsPlaceholder

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

Source from the content-addressed store, hash-verified

210 return type_string() == "Unique" || type_string() == "UniqueWithCounts";
211 }
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; }

Callers 3

RunMethod · 0.80
ExtendGraphFunction · 0.80
MarkComputeGraphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected