#if !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION) #pragma once // @generated by torchgen/gen.py from Function.h #include #include #include #include #include #include #include #include #include #include #include #include #include #include namespace at { // aten::stride.int(Tensor self, int dim) -> int inline int64_t __dispatch_stride(const at::Tensor & self, int64_t dim) { return at::_ops::stride_int::call(self, dim); } // aten::stride.Dimname(Tensor self, Dimname dim) -> int inline int64_t stride(const at::Tensor & self, at::Dimname dim) { return at::_ops::stride_Dimname::call(self, dim); } } #else #error "This file should not be included when either TORCH_STABLE_ONLY or TORCH_TARGET_VERSION is defined." #endif // !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION)