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

Method DumpState

tensorflow/core/common_runtime/propagator_state.cc:218–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void PropagatorState::DumpState() {
219 mutex_lock l(mu_);
220 LOG(WARNING) << "Dumping state";
221 for (auto& frame : outstanding_frames_) {
222 LOG(WARNING) << frame.first;
223 FrameState* frame_state = frame.second;
224 frame_state->DumpIterationState(this);
225 }
226}
227
228void PropagatorState::FindOrCreateChildFrame(FrameState* frame,
229 IterationState* iter_state,

Callers 1

FinishMethod · 0.45

Calls 1

DumpIterationStateMethod · 0.45

Tested by

no test coverage detected