#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 _prelu_kernel(const at::Tensor & self, const at::Tensor & weight); TORCH_API at::Tensor mkldnn_prelu(const at::Tensor & self, const at::Tensor & weight); TORCH_API at::Tensor _prelu_kernel_quantized_cpu(const at::Tensor & self, const at::Tensor & weight); } // namespace native } // namespace at