#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::unbind.int(Tensor(a -> *) self, int dim=0) -> Tensor(a)[] inline ::std::vector unbind(const at::Tensor & self, int64_t dim=0) { return at::_ops::unbind_int::call(self, dim); } // aten::unbind.Dimname(Tensor(a -> *) self, Dimname dim) -> Tensor(a)[] inline ::std::vector unbind(const at::Tensor & self, at::Dimname dim) { return at::_ops::unbind_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)