Layout.h 296 B

1234567
  1. #if !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION)
  2. #pragma once
  3. #include <c10/core/Layout.h>
  4. #else
  5. #error "This file should not be included when either TORCH_STABLE_ONLY or TORCH_TARGET_VERSION is defined."
  6. #endif // !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION)