#pragma once // @generated by torchgen/gen.py from NativeFunction.h #include #include #include #include #include #include #include #include #include #include namespace at { namespace native { TORCH_API at::Tensor constant_pad_nd(const at::Tensor & self, at::IntArrayRef pad, const at::Scalar & value=0); TORCH_API at::Tensor & constant_pad_nd_out(const at::Tensor & self, at::IntArrayRef pad, const at::Scalar & value, at::Tensor & out); } // namespace native } // namespace at