pytorch/torch/csrc/Storage.cpp

12 lines
215 B
C++

#include <Python.h>
#include <structmember.h>
#include <stdbool.h>
#include <TH/TH.h>
#include <libshm.h>
#include "THP.h"
#include "copy_utils.h"
#include "generic/Storage.cpp"
#include <TH/THGenerateAllTypes.h>