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

Class NodeOut

tensorflow/core/graph/gradients.h:26–34  ·  view source on GitHub ↗

Represents the output of 'node' at 'index'.

Source from the content-addressed store, hash-verified

24
25// Represents the output of 'node' at 'index'.
26struct NodeOut {
27 Node* node;
28 int index;
29
30 // Returns the string name that represents the output of this node.
31 string name() const;
32 // Returns the data type of the output of this node.
33 DataType dtype() const;
34};
35
36// NOTE: This API is a work in progress and will likely be changing frequently.
37//

Callers 15

TESTFunction · 0.70
ConstructOpFunction · 0.70
ConstructOpFunction · 0.70
FunctionalizeLoopFunction · 0.50
BuildIfNodeMethod · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TEST_FFunction · 0.50

Calls

no outgoing calls

Tested by 14

TESTFunction · 0.56
ConstructOpFunction · 0.56
ConstructOpFunction · 0.56
TESTFunction · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40
TEST_FFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40
TEST_FFunction · 0.40
TESTFunction · 0.40
TESTFunction · 0.40