pytorch
1.8.2
About: PyTorch provides Tensor computation (like NumPy) with strong GPU acceleration and Deep Neural Networks (in Python) built on a tape-based autograd system. LTS (Long Term Support) release.
![]() ![]() |
Go to the source code of this file.
Macros | |
#define | PYTORCH_QNNP_UNREACHABLE |
#define | PYTORCH_QNNP_ALIGN(alignment) __attribute__((__aligned__(alignment))) |
#define | PYTORCH_QNNP_COUNT_OF(array) (sizeof(array) / sizeof(0 [array])) |
#define | PYTORCH_QNNP_LIKELY(condition) (!!(condition)) |
#define | PYTORCH_QNNP_UNLIKELY(condition) (!!(condition)) |
#define | PYTORCH_QNNP_INLINE inline |
#define | PYTORCH_QNNP_INTERNAL |
#define | PYTORCH_QNNP_PRIVATE |
#define | RESTRICT_STATIC restrict static |
#define PYTORCH_QNNP_ALIGN | ( | alignment | ) | __attribute__((__aligned__(alignment))) |