tsnlab / connx

C implementation of Open Neural Network Exchange Runtime
GNU General Public License v3.0
25 stars 8 forks source link

Python integration need to be changed using FFI #61

Closed semihlab closed 2 years ago

semihlab commented 2 years ago

CONNX is using pipe for now. Using FFI is needed to enhance performance and debugging.