#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(Tensor self, Tensor weight) -> Tensor inline at::Tensor prelu(const at::Tensor & self, const at::Tensor & weight) { return at::_ops::prelu::call(self, weight); } }