Description
C functions can be wrapped for use from Lua in Torch7-related native-extension workflows. This is useful for developers maintaining older Torch7 modules that need to expose C code to Lua scripts.
The tool assists code generation and binding work, not end-user model training by itself. Developers should review generated wrappers and memory ownership carefully when mixing C and Lua.