#pragma once // @generated by torchgen/gen.py from Function.h #include #include #include #include #include #include #include #include #include #include #include #include #include namespace at { // aten::_prelu_kernel(Tensor self, Tensor weight) -> Tensor inline at::Tensor _prelu_kernel(const at::Tensor & self, const at::Tensor & weight) { return at::_ops::_prelu_kernel::call(self, weight); } }