#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_sub.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] inline ::std::vector _foreach_sub(at::TensorList self, const at::Scalar & scalar) { return at::_ops::_foreach_sub_Scalar::call(self, scalar); } // aten::_foreach_sub_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () inline void _foreach_sub_(at::TensorList self, const at::Scalar & scalar) { return at::_ops::_foreach_sub__Scalar::call(self, scalar); } // aten::_foreach_sub.List(Tensor[] self, Tensor[] other, *, Scalar alpha=1) -> Tensor[] inline ::std::vector _foreach_sub(at::TensorList self, at::TensorList other, const at::Scalar & alpha=1) { return at::_ops::_foreach_sub_List::call(self, other, alpha); } // aten::_foreach_sub_.List(Tensor(a!)[] self, Tensor[] other, *, Scalar alpha=1) -> () inline void _foreach_sub_(at::TensorList self, at::TensorList other, const at::Scalar & alpha=1) { return at::_ops::_foreach_sub__List::call(self, other, alpha); } // aten::_foreach_sub.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] inline ::std::vector _foreach_sub(at::TensorList self, at::ArrayRef scalars) { return at::_ops::_foreach_sub_ScalarList::call(self, scalars); } // aten::_foreach_sub_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () inline void _foreach_sub_(at::TensorList self, at::ArrayRef scalars) { return at::_ops::_foreach_sub__ScalarList::call(self, scalars); } // aten::_foreach_sub.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () inline void _foreach_sub_out(at::TensorList out, at::TensorList self, const at::Scalar & scalar) { return at::_ops::_foreach_sub_Scalar_out::call(self, scalar, out); } // aten::_foreach_sub.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () inline void _foreach_sub_outf(at::TensorList self, const at::Scalar & scalar, at::TensorList out) { return at::_ops::_foreach_sub_Scalar_out::call(self, scalar, out); } // aten::_foreach_sub.List_out(Tensor[] self, Tensor[] other, *, Scalar alpha=1, Tensor(a!)[] out) -> () inline void _foreach_sub_out(at::TensorList out, at::TensorList self, at::TensorList other, const at::Scalar & alpha=1) { return at::_ops::_foreach_sub_List_out::call(self, other, alpha, out); } // aten::_foreach_sub.List_out(Tensor[] self, Tensor[] other, *, Scalar alpha=1, Tensor(a!)[] out) -> () inline void _foreach_sub_outf(at::TensorList self, at::TensorList other, const at::Scalar & alpha, at::TensorList out) { return at::_ops::_foreach_sub_List_out::call(self, other, alpha, out); } // aten::_foreach_sub.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () inline void _foreach_sub_out(at::TensorList out, at::TensorList self, at::ArrayRef scalars) { return at::_ops::_foreach_sub_ScalarList_out::call(self, scalars, out); } // aten::_foreach_sub.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () inline void _foreach_sub_outf(at::TensorList self, at::ArrayRef scalars, at::TensorList out) { return at::_ops::_foreach_sub_ScalarList_out::call(self, scalars, out); } }