MCPcopy Create free account
hub / github.com/AIS-SNU/Smart-Infinity / memory_breakdown

Method memory_breakdown

deepspeed/runtime/engine.py:597–598  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

595 return self._config.flops_profiler_config.output_file
596
597 def memory_breakdown(self):
598 return self._config.memory_breakdown
599
600 def autotuning_enabled(self):
601 return self._config.autotuning_config.enabled

Callers 4

__init__Method · 0.95
forwardMethod · 0.95
backwardMethod · 0.95
stepMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected