#pragma once // @generated by torchgen/gen.py from NativeFunction.h #include #include #include #include #include #include #include #include #include #include #include namespace at { namespace native { struct TORCH_API structured_replication_pad1d_out_cpu : public at::meta::structured_replication_pad1d { void impl(const at::Tensor & self, at::ArrayRef padding, const at::Tensor & out); }; struct TORCH_API structured_replication_pad1d_out_cuda : public at::meta::structured_replication_pad1d { void impl(const at::Tensor & self, at::ArrayRef padding, const at::Tensor & out); }; } // namespace native } // namespace at