#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 at::Tensor & _standard_gamma_out(const at::Tensor & self, ::std::optional generator, at::Tensor & out); TORCH_API at::Tensor _s_gamma_cpu(const at::Tensor & self, ::std::optional generator=::std::nullopt); TORCH_API at::Tensor _s_gamma_cuda(const at::Tensor & self, ::std::optional generator=::std::nullopt); } // namespace native } // namespace at