#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::_coalesce(Tensor self) -> Tensor inline at::Tensor _coalesce(const at::Tensor & self) { return at::_ops::_coalesce::call(self); } // aten::_coalesce.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & _coalesce_out(at::Tensor & out, const at::Tensor & self) { return at::_ops::_coalesce_out::call(self, out); } // aten::_coalesce.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & _coalesce_outf(const at::Tensor & self, at::Tensor & out) { return at::_ops::_coalesce_out::call(self, out); } }