Skip to content

Commit 05d1675

Browse files
committed
add javadoc
1 parent 40affdc commit 05d1675

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/io/bioimage/modelrunner/tensorflow/v2/api050/Tensorflow2Interface.java

+4
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,10 @@ protected void runFromShmas(List<String> inputs, List<String> outputs) throws IO
333333
* MEthod only used in MacOS Intel and Windows systems that makes all the arrangements
334334
* to create another process, communicate the model info and tensors to the other
335335
* process and then retrieve the results of the other process
336+
* @param <T>
337+
* ImgLib2 data type of the inputs
338+
* @param <R>
339+
* ImgLib2 data type of the outputs, both can be the same
336340
* @param inputTensors
337341
* tensors that are going to be run on the model
338342
* @param outputTensors

0 commit comments

Comments
 (0)