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

Method src

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

Source from the content-addressed store, hash-verified

465class Edge {
466 public:
467 Node* src() const { return src_; }
468 Node* dst() const { return dst_; }
469 int id() const { return id_; }
470

Callers 15

GetInputNodesInfoFunction · 0.45
InternalFindUniqueNodeFunction · 0.45
CheckInputDefaultValNodeFunction · 0.45
FindRestoreShardNodeMethod · 0.45
AddIncrRestoreOpsMethod · 0.45
GraphToFunctionDefFunction · 0.45
ValidateNoDeadOutputsFunction · 0.45

Calls

no outgoing calls

Tested by 14

TEST_FFunction · 0.36
AddInputIdentityFunction · 0.36
CanonicalGraphStringMethod · 0.36
CanonicalGraphStringMethod · 0.36
HasEdgeMethod · 0.36
VerifyNodesMethod · 0.36
TEST_FFunction · 0.36
EdgeIterFunction · 0.36
TESTFunction · 0.36
CanonicalGraphStringMethod · 0.36
CanonicalGraphStringMethod · 0.36