From 05d16757a50b9faeda7ced0f0398d8aa52fe1fc0 Mon Sep 17 00:00:00 2001 From: carlosuc3m <100329787@alumnos.uc3m.es> Date: Thu, 3 Oct 2024 17:21:43 +0200 Subject: [PATCH] add javadoc --- .../tensorflow/v2/api050/Tensorflow2Interface.java | 4 ++++ 1 file changed, 4 insertions(+) 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