blob: 9cccbd34cb277da6e7bc51984f0f20d5c3f16b21 [file] [log] [blame]
#ifndef TORCH_UTILS_INC
#define TORCH_UTILS_INC
#include "luaT.h"
#include "TH.h"
THLongStorage* torch_checklongargs(lua_State *L, int index);
int torch_islongargs(lua_State *L, int index);
const char* torch_getdefaulttensortype(lua_State *L);
#endif