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

Method IsRunGraph

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

Source from the content-addressed store, hash-verified

265 // Is this node a function output
266 bool IsRetval() const { return class_ == NC_RETVAL; }
267 bool IsRunGraph() const {
268 return class_ == NC_STAR_RUN_GRAPH ||
269 class_ == NC_RUN_GRAPH; }
270
271 template <typename T>
272 void AddAttr(const string& name, const T& val) {

Callers 1

IsRunGraphFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected