//clika-runtime/io.clika.runtime/ModelGraph/run
run
[jvm]
fun run(inputs: List<Tensor>): List<Tensor>
Run the graph over inputs (positional, matching inputNames). Returns one caller-owned Tensor per output; release each when done. Entries are retained out of the result list, whose backing handle is freed here.