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

Method RecordStep

tensorflow/core/framework/log_memory.cc:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39} // namespace
40
41void LogMemory::RecordStep(const int64 step_id, const string& handle) {
42 MemoryLogStep step;
43 step.set_step_id(step_id);
44 step.set_handle(handle);
45 OutputToLog(step);
46}
47
48void LogMemory::RecordTensorAllocation(const string& kernel_name,
49 const int64 step_id,

Callers

nothing calls this directly

Calls 3

OutputToLogFunction · 0.85
set_step_idMethod · 0.80
set_handleMethod · 0.45

Tested by

no test coverage detected