NamedTensor.h 289 B

123456
  1. #if !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION)
  2. #include <ATen/core/NamedTensor.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)