mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-08 07:39:33 +01:00
13 lines
234 B
C++
13 lines
234 B
C++
#include "torch/csrc/python_headers.h"
|
|
|
|
#include "THCP.h"
|
|
|
|
#include "override_macros.h"
|
|
|
|
#include <system_error>
|
|
#include <memory>
|
|
|
|
#define THC_GENERIC_FILE "torch/csrc/generic/serialization.cpp"
|
|
#include <THC/THCGenerateAllTypes.h>
|
|
|