mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
10 lines
200 B
C++
10 lines
200 B
C++
#include <Python.h>
|
|
#include <stdarg.h>
|
|
#include <string>
|
|
#include "THCP.h"
|
|
|
|
#include "override_macros.h"
|
|
|
|
#define THC_GENERIC_FILE "torch/csrc/generic/utils.cpp"
|
|
#include <THC/THCGenerateAllTypes.h>
|