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

Method residual_bytes

tensorflow/core/profiler/internal/tfprof_node.h:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 return peak_bytes;
136 }
137 int64 residual_bytes() const {
138 int64 residual_bytes = 0;
139 for (const ExecMemory& exec : memory_execs_) {
140 residual_bytes += exec.residual_bytes();
141 }
142 return residual_bytes;
143 }
144 int64 output_bytes() const {
145 int64 output_bytes = 0;
146 for (const ExecMemory& exec : memory_execs_) {

Callers 7

SnapshotNodesMethod · 0.45
FormatNodeMethod · 0.45
FormatNodeMethod · 0.45
ReInitMethod · 0.45
AddSelfToTotalStatsMethod · 0.45
AddMethod · 0.45
FormatNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected