#pragma once // @generated by torchgen/gen.py from NativeFunction.h #include #include #include #include #include #include #include #include #include #include namespace at { namespace native { TORCH_API void _foreach_minimum_List_out(at::TensorList self, at::TensorList other, at::TensorList out); TORCH_API ::std::vector foreach_tensor_minimum_slow(at::TensorList self, at::TensorList other); TORCH_API void foreach_tensor_minimum_slow_(at::TensorList self, at::TensorList other); TORCH_API ::std::vector foreach_tensor_minimum_cuda(at::TensorList self, at::TensorList other); TORCH_API void foreach_tensor_minimum_cuda_(at::TensorList self, at::TensorList other); } // namespace native } // namespace at