forward

override fun forward(input: Tensor<TInput, V>, ctx: ExecutionContext): Tensor<TInput, V>(source)

Main forward pass implementation that handles precision conversions automatically. This method wraps the actual implementation with conversion logic.