#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 ::std::vector unbind(const at::Tensor & self, int64_t dim=0); TORCH_API ::std::vector NestedTensor_unbind(const at::Tensor & self, int64_t dim=0); TORCH_API ::std::vector unbind(const at::Tensor & self, at::Dimname dim); } // namespace native } // namespace at