mindspore.runtime.memory_replay
- mindspore.runtime.memory_replay(file_path)[source]
Replay the memory operation based on the application and release order of memory_block.csv.
- Parameters
file_path (str) – The path of memory_block.csv.
- Supported Platforms:
Ascend
Examples
>>> import mindspore as ms >>> ms.runtime.memory_replay("/data/memory_block.csv")