#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::reflection_pad1d.out(Tensor self, SymInt[2] padding, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & reflection_pad1d_out(at::Tensor & out, const at::Tensor & self, at::IntArrayRef padding) { return at::_ops::reflection_pad1d_out::call(self, c10::fromIntArrayRefSlow(padding), out); } namespace symint { template ::value>> at::Tensor & reflection_pad1d_out(at::Tensor & out, const at::Tensor & self, at::IntArrayRef padding) { return at::_ops::reflection_pad1d_out::call(self, c10::fromIntArrayRefSlow(padding), out); } } // aten::reflection_pad1d.out(Tensor self, SymInt[2] padding, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & reflection_pad1d_outf(const at::Tensor & self, at::IntArrayRef padding, at::Tensor & out) { return at::_ops::reflection_pad1d_out::call(self, c10::fromIntArrayRefSlow(padding), out); } namespace symint { template ::value>> at::Tensor & reflection_pad1d_outf(const at::Tensor & self, at::IntArrayRef padding, at::Tensor & out) { return at::_ops::reflection_pad1d_out::call(self, c10::fromIntArrayRefSlow(padding), out); } } // aten::reflection_pad1d.out(Tensor self, SymInt[2] padding, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & reflection_pad1d_symint_out(at::Tensor & out, const at::Tensor & self, c10::SymIntArrayRef padding) { return at::_ops::reflection_pad1d_out::call(self, padding, out); } namespace symint { template ::value>> at::Tensor & reflection_pad1d_out(at::Tensor & out, const at::Tensor & self, c10::SymIntArrayRef padding) { return at::_ops::reflection_pad1d_out::call(self, padding, out); } } // aten::reflection_pad1d.out(Tensor self, SymInt[2] padding, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & reflection_pad1d_symint_outf(const at::Tensor & self, c10::SymIntArrayRef padding, at::Tensor & out) { return at::_ops::reflection_pad1d_out::call(self, padding, out); } namespace symint { template ::value>> at::Tensor & reflection_pad1d_outf(const at::Tensor & self, c10::SymIntArrayRef padding, at::Tensor & out) { return at::_ops::reflection_pad1d_out::call(self, padding, out); } } // aten::reflection_pad1d(Tensor self, SymInt[2] padding) -> Tensor inline at::Tensor reflection_pad1d(const at::Tensor & self, at::IntArrayRef padding) { return at::_ops::reflection_pad1d::call(self, c10::fromIntArrayRefSlow(padding)); } namespace symint { template ::value>> at::Tensor reflection_pad1d(const at::Tensor & self, at::IntArrayRef padding) { return at::_ops::reflection_pad1d::call(self, c10::fromIntArrayRefSlow(padding)); } } // aten::reflection_pad1d(Tensor self, SymInt[2] padding) -> Tensor inline at::Tensor reflection_pad1d_symint(const at::Tensor & self, c10::SymIntArrayRef padding) { return at::_ops::reflection_pad1d::call(self, padding); } namespace symint { template ::value>> at::Tensor reflection_pad1d(const at::Tensor & self, c10::SymIntArrayRef padding) { return at::_ops::reflection_pad1d::call(self, padding); } } }