mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
19 lines
376 B
C++
19 lines
376 B
C++
#include <Python.h>
|
|
#include <structmember.h>
|
|
|
|
#include <TH/THMath.h>
|
|
#include <stdbool.h>
|
|
#include <vector>
|
|
#include <stack>
|
|
#include <tuple>
|
|
#include "THCP.h"
|
|
|
|
#include "override_macros.h"
|
|
#include "torch/csrc/copy_utils.h"
|
|
|
|
#define THC_GENERIC_FILE "torch/csrc/generic/Tensor.cpp"
|
|
#include <THC/THCGenerateAllTypes.h>
|
|
|
|
#include "undef_macros.h"
|
|
#include "restore_macros.h"
|