#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_maximum_List_out(at::TensorList self, at::TensorList other, at::TensorList out); TORCH_API ::std::vector foreach_tensor_maximum_slow(at::TensorList self, at::TensorList other); TORCH_API void foreach_tensor_maximum_slow_(at::TensorList self, at::TensorList other); TORCH_API ::std::vector foreach_tensor_maximum_cuda(at::TensorList self, at::TensorList other); TORCH_API void foreach_tensor_maximum_cuda_(at::TensorList self, at::TensorList other); } // namespace native } // namespace at