onnx-mlir
onnx-mlir copied to clipboard
Fix JNI wrapper memory leak
Fix JNI wrapper memory leak due to NewDirectByteBuffer not subjecting to Java GC. Use the Cleaner API requiring Java 9+ to avoid copying tensor data