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

Function IsRunGraph

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

Source from the content-addressed store, hash-verified

866inline bool IsHostRecv(const Node* node) { return node->IsHostRecv(); }
867inline bool IsHostFuseRecv(const Node* node) { return node->IsHostFuseRecv(); }
868inline bool IsRunGraph(const Node* node) { return node->IsRunGraph(); }
869
870// True for Nodes that mediate the transfer of values between processes.
871inline bool IsTransferNode(const Node* n) {

Callers 2

InitializeMethod · 0.85
IsTransferNodeFunction · 0.85

Calls 1

IsRunGraphMethod · 0.80

Tested by

no test coverage detected