Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
forward
Method · 0.95
backward
Method · 0.95
step
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected