#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 dsplit(const at::Tensor & self, int64_t sections); TORCH_API ::std::vector dsplit(const at::Tensor & self, at::IntArrayRef indices); } // namespace native } // namespace at