Skip to content

Commit

Permalink
add javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Oct 3, 2024
1 parent 40affdc commit 05d1675
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,10 @@ protected void runFromShmas(List<String> inputs, List<String> 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 <T>
* ImgLib2 data type of the inputs
* @param <R>
* 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
Expand Down

0 comments on commit 05d1675

Please sign in to comment.