#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_neg_out(at::TensorList self, at::TensorList out); TORCH_API ::std::vector foreach_tensor_neg_slow(at::TensorList self); TORCH_API void foreach_tensor_neg_slow_(at::TensorList self); TORCH_API ::std::vector foreach_tensor_neg_cuda(at::TensorList self); TORCH_API void foreach_tensor_neg_cuda_(at::TensorList self); } // namespace native } // namespace at