Metaprogramming.h 305 B

123456
  1. #if !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION)
  2. #include <torch/headeronly/util/Metaprogramming.h>
  3. #else
  4. #error "This file should not be included when either TORCH_STABLE_ONLY or TORCH_TARGET_VERSION is defined."
  5. #endif // !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION)