//clika-runtime/io.clika.runtime/Module/forward
forward
[jvm]
abstract fun forward(input: Tensor): Tensor
Run the module. Non-consuming: input stays valid.
//clika-runtime/io.clika.runtime/Module/forward
[jvm]
abstract fun forward(input: Tensor): Tensor
Run the module. Non-consuming: input stays valid.