runTask

suspend fun runTask(input: I): O

Executes the full LiteRT task: preprocess -> run -> postprocess.

This method automatically calls init if the compiler is not yet initialized.

Return

The final processed result.

Parameters

input

The input data to process.