/usr/local/lib64/python3.6/site-packages/torch/include/TH/generic
NameSizeModeActions
THStorage.h27160644editdlrm
THStorageCopy.h17500644editdlrm
THTensor.h32400644editdlrm
THTensor.hpp5590644editdlrm
Edit: /usr/local/lib64/python3.6/site-packages/torch/include/TH/generic/THTensor.hpp (559B)
#ifndef TH_GENERIC_FILE #define TH_GENERIC_FILE "TH/generic/THTensor.hpp" #else // STOP!!! Thinking of including this header directly? Please // read Note [TH abstraction violation] // NOTE: functions exist here only to support dispatch via Declarations.cwrap. You probably don't want to put // new functions in here, they should probably be un-genericized. TH_CPP_API void THTensor_(setStorage)(THTensor *self, THStorage *storage_, ptrdiff_t storageOffset_, at::IntArrayRef size_, at::IntArrayRef stride_); #endif