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

Method set_context

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

Sets the context in which this computation is called.

Source from the content-addressed store, hash-verified

134
135 // Sets the context in which this computation is called.
136 void set_context(CallContext value) { context_ = value; }
137
138 // Sets the depth of this node in the graph.
139 void set_depth(int value) { depth_ = value; }

Callers 1

SetCallContextsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected