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

Method set_depth

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

Sets the depth of this node in the graph.

Source from the content-addressed store, hash-verified

137
138 // Sets the depth of this node in the graph.
139 void set_depth(int value) { depth_ = value; }
140
141 // Adds a callsite which calls this computation. Updates callers to include
142 // the calling computation.

Callers 2

PackToProtoMethod · 0.80
SetNodeDepthsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected