Welcome to mirror list, hosted at ThFree Co, Russian Federation.

init.lua - github.com/torch/cwrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dabe08667e324fae3281da64f306956ef7f96322 (plain)
1
2
3
4
5
6
7
local cwrap = {}

cwrap.types = require 'cwrap.types'
cwrap.CInterface = require 'cwrap.cinterface'
cwrap.CInterface.argtypes = cwrap.types

return cwrap