#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_minimum.List(Tensor[] self, Tensor[] other) -> Tensor[] inline ::std::vector _foreach_minimum(at::TensorList self, at::TensorList other) { return at::_ops::_foreach_minimum_List::call(self, other); } // aten::_foreach_minimum_.List(Tensor(a!)[] self, Tensor[] other) -> () inline void _foreach_minimum_(at::TensorList self, at::TensorList other) { return at::_ops::_foreach_minimum__List::call(self, other); } // aten::_foreach_minimum.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () inline void _foreach_minimum_out(at::TensorList out, at::TensorList self, at::TensorList other) { return at::_ops::_foreach_minimum_List_out::call(self, other, out); } // aten::_foreach_minimum.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () inline void _foreach_minimum_outf(at::TensorList self, at::TensorList other, at::TensorList out) { return at::_ops::_foreach_minimum_List_out::call(self, other, out); } }