#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::_foreach_pow.List(Tensor[] self, Tensor[] exponent) -> Tensor[] inline ::std::vector _foreach_pow(at::TensorList self, at::TensorList exponent) { return at::_ops::_foreach_pow_List::call(self, exponent); } // aten::_foreach_pow.Scalar(Tensor[] self, Scalar exponent) -> Tensor[] inline ::std::vector _foreach_pow(at::TensorList self, const at::Scalar & exponent) { return at::_ops::_foreach_pow_Scalar::call(self, exponent); } // aten::_foreach_pow.ScalarList(Tensor[] self, Scalar[] exponent) -> Tensor[] inline ::std::vector _foreach_pow(at::TensorList self, at::ArrayRef exponent) { return at::_ops::_foreach_pow_ScalarList::call(self, exponent); } // aten::_foreach_pow.ScalarAndTensor(Scalar self, Tensor[] exponent) -> Tensor[] inline ::std::vector _foreach_pow(const at::Scalar & self, at::TensorList exponent) { return at::_ops::_foreach_pow_ScalarAndTensor::call(self, exponent); } // aten::_foreach_pow_.List(Tensor(a!)[] self, Tensor[] exponent) -> () inline void _foreach_pow_(at::TensorList self, at::TensorList exponent) { return at::_ops::_foreach_pow__List::call(self, exponent); } // aten::_foreach_pow_.Scalar(Tensor(a!)[] self, Scalar exponent) -> () inline void _foreach_pow_(at::TensorList self, const at::Scalar & exponent) { return at::_ops::_foreach_pow__Scalar::call(self, exponent); } // aten::_foreach_pow_.ScalarList(Tensor(a!)[] self, Scalar[] exponent) -> () inline void _foreach_pow_(at::TensorList self, at::ArrayRef exponent) { return at::_ops::_foreach_pow__ScalarList::call(self, exponent); } // aten::_foreach_pow.List_out(Tensor[] self, Tensor[] exponent, *, Tensor(a!)[] out) -> () inline void _foreach_pow_out(at::TensorList out, at::TensorList self, at::TensorList exponent) { return at::_ops::_foreach_pow_List_out::call(self, exponent, out); } // aten::_foreach_pow.List_out(Tensor[] self, Tensor[] exponent, *, Tensor(a!)[] out) -> () inline void _foreach_pow_outf(at::TensorList self, at::TensorList exponent, at::TensorList out) { return at::_ops::_foreach_pow_List_out::call(self, exponent, out); } // aten::_foreach_pow.Scalar_out(Tensor[] self, Scalar exponent, *, Tensor(a!)[] out) -> () inline void _foreach_pow_out(at::TensorList out, at::TensorList self, const at::Scalar & exponent) { return at::_ops::_foreach_pow_Scalar_out::call(self, exponent, out); } // aten::_foreach_pow.Scalar_out(Tensor[] self, Scalar exponent, *, Tensor(a!)[] out) -> () inline void _foreach_pow_outf(at::TensorList self, const at::Scalar & exponent, at::TensorList out) { return at::_ops::_foreach_pow_Scalar_out::call(self, exponent, out); } // aten::_foreach_pow.ScalarList_out(Tensor[] self, Scalar[] exponent, *, Tensor(a!)[] out) -> () inline void _foreach_pow_out(at::TensorList out, at::TensorList self, at::ArrayRef exponent) { return at::_ops::_foreach_pow_ScalarList_out::call(self, exponent, out); } // aten::_foreach_pow.ScalarList_out(Tensor[] self, Scalar[] exponent, *, Tensor(a!)[] out) -> () inline void _foreach_pow_outf(at::TensorList self, at::ArrayRef exponent, at::TensorList out) { return at::_ops::_foreach_pow_ScalarList_out::call(self, exponent, out); } }