Open
Description
Describe the documentation issue
How to profile the GPU memory info for a onnxruntime session?
e.g.
onnx_session = onnxruntime.InferenceSession(detect_model,sess_options,providers=exec_providers)
print(onnx_session.memory_consumption())
Is there a python API to show the GPU memory consumption?
Page / URL
No response