#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_div.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] inline ::std::vector _foreach_div(at::TensorList self, const at::Scalar & scalar) { return at::_ops::_foreach_div_Scalar::call(self, scalar); } // aten::_foreach_div_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () inline void _foreach_div_(at::TensorList self, const at::Scalar & scalar) { return at::_ops::_foreach_div__Scalar::call(self, scalar); } // aten::_foreach_div.List(Tensor[] self, Tensor[] other) -> Tensor[] inline ::std::vector _foreach_div(at::TensorList self, at::TensorList other) { return at::_ops::_foreach_div_List::call(self, other); } // aten::_foreach_div_.List(Tensor(a!)[] self, Tensor[] other) -> () inline void _foreach_div_(at::TensorList self, at::TensorList other) { return at::_ops::_foreach_div__List::call(self, other); } // aten::_foreach_div.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] inline ::std::vector _foreach_div(at::TensorList self, at::ArrayRef scalars) { return at::_ops::_foreach_div_ScalarList::call(self, scalars); } // aten::_foreach_div_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () inline void _foreach_div_(at::TensorList self, at::ArrayRef scalars) { return at::_ops::_foreach_div__ScalarList::call(self, scalars); } // aten::_foreach_div.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () inline void _foreach_div_out(at::TensorList out, at::TensorList self, const at::Scalar & scalar) { return at::_ops::_foreach_div_Scalar_out::call(self, scalar, out); } // aten::_foreach_div.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () inline void _foreach_div_outf(at::TensorList self, const at::Scalar & scalar, at::TensorList out) { return at::_ops::_foreach_div_Scalar_out::call(self, scalar, out); } // aten::_foreach_div.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () inline void _foreach_div_out(at::TensorList out, at::TensorList self, at::TensorList other) { return at::_ops::_foreach_div_List_out::call(self, other, out); } // aten::_foreach_div.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () inline void _foreach_div_outf(at::TensorList self, at::TensorList other, at::TensorList out) { return at::_ops::_foreach_div_List_out::call(self, other, out); } // aten::_foreach_div.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () inline void _foreach_div_out(at::TensorList out, at::TensorList self, at::ArrayRef scalars) { return at::_ops::_foreach_div_ScalarList_out::call(self, scalars, out); } // aten::_foreach_div.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () inline void _foreach_div_outf(at::TensorList self, at::ArrayRef scalars, at::TensorList out) { return at::_ops::_foreach_div_ScalarList_out::call(self, scalars, out); } }