#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 linear(const at::Tensor & input, const at::Tensor & weight, const c10::optional & bias={}); TORCH_API at::Tensor & linear_out(const at::Tensor & input, const at::Tensor & weight, const c10::optional & bias, at::Tensor & out); TORCH_API at::Tensor nested_linear(const at::Tensor & input, const at::Tensor & weight, const c10::optional & bias={}); } // namespace native } // namespace at