#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::_foreach_cosh(Tensor[] self) -> Tensor[] inline ::std::vector _foreach_cosh(at::TensorList self) { return at::_ops::_foreach_cosh::call(self); } // aten::_foreach_cosh_(Tensor(a!)[] self) -> () inline void _foreach_cosh_(at::TensorList self) { return at::_ops::_foreach_cosh_::call(self); } // aten::_foreach_cosh.out(Tensor[] self, *, Tensor(a!)[] out) -> () inline void _foreach_cosh_out(at::TensorList out, at::TensorList self) { return at::_ops::_foreach_cosh_out::call(self, out); } // aten::_foreach_cosh.out(Tensor[] self, *, Tensor(a!)[] out) -> () inline void _foreach_cosh_outf(at::TensorList self, at::TensorList out) { return at::_ops::_foreach_cosh_out::call(self, out); } }