//clika-runtime/io.clika.runtime/F/linear
linear
[jvm]\
fun linear(input: Tensor, weight: Tensor, bias: Tensor? = null, activation: Int? = null): Tensor
linear(input, weight, bias=null): input @ weight^T + bias. The fused activation is keyword-only-shaped: pass a ClikaRtGen.ACTIVATION_* value to fuse one; the plain call reads like the plain op.