lgarithm / crystalnet

crystalnet -- a mini core AI library (being refactored, see https://github.com/lgarithm/stdnn-ops)
MIT License
16 stars 3 forks source link

provide C++ sdk #59

Open lgarithm opened 6 years ago

lgarithm commented 6 years ago

In C APIs crystalnet.h we only provide forward declarations of C++ structs, this makes it impossible to extend the library without the rebuilding the core. We need to extract more struct definitions to dev headers, so users can use them to build extensions (operators, layers, optimizers).