#pragma once // @generated by torchgen/gen.py from Function.h #include #include #include #include #include #include #include #include #include #include #include #include #include namespace at { // aten::hsplit.int(Tensor(a -> *) self, int sections) -> Tensor(a)[] inline ::std::vector hsplit(const at::Tensor & self, int64_t sections) { return at::_ops::hsplit_int::call(self, sections); } // aten::hsplit.array(Tensor(a -> *) self, int[] indices) -> Tensor(a)[] inline ::std::vector hsplit(const at::Tensor & self, at::IntArrayRef indices) { return at::_ops::hsplit_array::call(self, indices); } }