#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::silu(Tensor self) -> Tensor inline at::Tensor silu(const at::Tensor & self) { return at::_ops::silu::call(self); } // aten::silu_(Tensor(a!) self) -> Tensor(a!) inline at::Tensor & silu_(at::Tensor & self) { return at::_ops::silu_::call(self); } // aten::silu.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & silu_out(at::Tensor & out, const at::Tensor & self) { return at::_ops::silu_out::call(self, out); } // aten::silu.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) inline at::Tensor & silu_outf(const at::Tensor & self, at::Tensor & out) { return at::_ops::silu_out::call(self, out); } }