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

Method dst_input

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

Return the index of the destination input that consumes the data carried by this edge. The special value kControlSlot is used for control dependencies.

Source from the content-addressed store, hash-verified

477 // carried by this edge. The special value kControlSlot is used
478 // for control dependencies.
479 int dst_input() const { return dst_input_; }
480
481 // Return true iff this is an edge that indicates a control-flow
482 // (as opposed to a data-flow) dependency.

Callers 15

ReplaceNodeFunction · 0.45
GetInputNodesInfoFunction · 0.45
CheckInputDefaultValNodeFunction · 0.45
GraphToFunctionDefFunction · 0.45
ReplaceEdgeSourcesFunction · 0.45
AddOutputsMethod · 0.45
ExtractConstantSubgraphFunction · 0.45
AddOutputsMethod · 0.45

Calls

no outgoing calls

Tested by 9

AddOutputIdentitiesFunction · 0.36
CanonicalGraphStringMethod · 0.36
CanonicalGraphStringMethod · 0.36
HasEdgeMethod · 0.36
TEST_FFunction · 0.36
CanonicalGraphStringMethod · 0.36
CanonicalGraphStringMethod · 0.36
HasEdgeMethod · 0.36