#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::combinations(Tensor self, int r=2, bool with_replacement=False) -> Tensor inline at::Tensor combinations(const at::Tensor & self, int64_t r=2, bool with_replacement=false) { return at::_ops::combinations::call(self, r, with_replacement); } }