onnxruntime/onnxruntime/core/quantization
Changming Sun e63bb5acef
Fix a memory leak in QGemm (#15703)
### Description
The BufferUniquePtrs in the old code doesn't have knowledge of the
allocator where the allocated memory was from, so it cannot free the
memory.
2023-04-26 18:48:00 -07:00
..
quantization.h Fix a memory leak in QGemm (#15703) 2023-04-26 18:48:00 -07:00