Skip to content

Commit

Permalink
Add comments\
Browse files Browse the repository at this point in the history
Signed-off-by: zane-neo <[email protected]>
  • Loading branch information
zane-neo committed Mar 9, 2024
1 parent 9fff702 commit 98ce807
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ public void onComplete() {
}

private void response(Map<Integer, ModelTensors> tensors) {
// when countdown's count equals to 0 means all responses are received.
if (countDownLatch.getCountDownLatch().getCount() == 0) {
reOrderTensorResponses(tensors);
} else {
Expand Down

0 comments on commit 98ce807

Please sign in to comment.