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

Method output_bytes

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

Source from the content-addressed store, hash-verified

142 return residual_bytes;
143 }
144 int64 output_bytes() const {
145 int64 output_bytes = 0;
146 for (const ExecMemory& exec : memory_execs_) {
147 output_bytes += exec.output_bytes();
148 }
149 return output_bytes;
150 }
151 int64 accelerator_temp_bytes() const {
152 int64 accelerator_temp_bytes = 0;
153 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