#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 concat(at::TensorList tensors, int64_t dim=0); TORCH_API at::Tensor & concat_out(at::TensorList tensors, int64_t dim, at::Tensor & out); TORCH_API at::Tensor concat(at::TensorList tensors, at::Dimname dim); TORCH_API at::Tensor & concat_out(at::TensorList tensors, at::Dimname dim, at::Tensor & out); } // namespace native } // namespace at