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

Method ResetStack

tensorflow/core/grappler/utils/scc.cc:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 caller(nullptr),
37 caller_loop_location(-1) {}
38 void ResetStack(int new_index, SCCNodeData* new_caller) {
39 index = new_index;
40 lowlink = new_index;
41 onstack = true;
42 caller = new_caller;
43 caller_loop_location = 0;
44 }
45 const NodeDef* node;
46 int index;
47 int lowlink;

Callers 1

StrongConnectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected