onnxruntime
08ecf30e - Implement numpy array over CPU OrtValues on return values (#20539)

Commit
1 year ago
Implement numpy array over CPU OrtValues on return values (#20539) ### Description Create numpy arrays based on the native buffers of returned OrtValues. Hold on to the OrtValue until the numpy array is garbage collected. ### Motivation and Context This saves cpu on tensor copies and addresses customer concerns.
Author
Parents
Loading