As described in Python API Doc, there are some params in onnxruntime session options coressponding to memory configurations such as:
- enable_cpu_mem_arena
- enable_mem_usage
- enable_mem_pattern
There are some descriptions for them but I can not understaned their usage and the technical concepts behind them precisely.
Can anyone give me some clarity about these parameters?