onnxruntime
Fix segment fault for custom function
#8331
Merged

Commits
  • don't own references on python functions, used borrowed ones only
    pengwa committed 4 years ago
  • Revert "don't own references on python functions, used borrowed ones only"
    pengwa committed 4 years ago
  • unregister registered python functions upon normal interpreter termination
    pengwa committed 4 years ago
  • minor fix
    pengwa committed 4 years ago
  • atexit.register(unregister_python_functions) should be called by __init__.py
    pengwa committed 4 years ago
  • revert bad automatical clang formatting
    pengwa committed 4 years ago
  • revert bad format
    pengwa committed 4 years ago
  • Merge branch 'master' of https://github.com/microsoft/onnxruntime into pengwa/fix_segmentfault
    pengwa committed 4 years ago
  • minor fix
    pengwa committed 4 years ago
Loading