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