File: init.lua

package info (click to toggle)
lua-torch-cwrap 0~20160222-gdbd0a62-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 48
  • sloc: makefile: 8; sh: 3
file content (7 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (2)
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