#ifndef THP_TYPES_INC #define THP_TYPES_INC #include #include #ifndef INT64_MAX #include #endif template struct THPTypeInfo {}; namespace torch { typedef THStorage THVoidStorage; typedef THTensor THVoidTensor; } // namespace torch #endif