#pragma once // @generated by torchgen/gen.py from NativeFunction.h #include #include #include #include #include #include #include #include #include #include namespace at { namespace native { TORCH_API at::Tensor transpose(const at::Tensor & self, int64_t dim0, int64_t dim1); TORCH_API at::Tensor transpose_nested(const at::Tensor & self, int64_t dim0, int64_t dim1); TORCH_API at::Tensor & transpose_(at::Tensor & self, int64_t dim0, int64_t dim1); TORCH_API at::Tensor transpose(const at::Tensor & self, at::Dimname dim0, at::Dimname dim1); } // namespace native } // namespace at