diff --git a/src/main/java/io/bioimage/modelrunner/tensorflow/v2/api050/Tensorflow2Interface.java b/src/main/java/io/bioimage/modelrunner/tensorflow/v2/api050/Tensorflow2Interface.java index 64a4c16..b34012f 100644 --- a/src/main/java/io/bioimage/modelrunner/tensorflow/v2/api050/Tensorflow2Interface.java +++ b/src/main/java/io/bioimage/modelrunner/tensorflow/v2/api050/Tensorflow2Interface.java @@ -333,6 +333,10 @@ protected void runFromShmas(List inputs, List outputs) throws IO * MEthod only used in MacOS Intel and Windows systems that makes all the arrangements * to create another process, communicate the model info and tensors to the other * process and then retrieve the results of the other process + * @param + * ImgLib2 data type of the inputs + * @param + * ImgLib2 data type of the outputs, both can be the same * @param inputTensors * tensors that are going to be run on the model * @param outputTensors