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

Method depth

tensorflow/compiler/xla/service/call_graph.h:127–127  ·  view source on GitHub ↗

Returns the depth of this node in the call graph. The depth is defined as the length of the longest call chain from a computation with no callers (usually the entry computation node) to this node.

Source from the content-addressed store, hash-verified

125 // the length of the longest call chain from a computation with no callers
126 // (usually the entry computation node) to this node.
127 int depth() const { return depth_; }
128
129 string ToString() const;
130

Callers 4

TEST_FFunction · 0.45
SetNodeDepthsMethod · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36