Skip to content

Commit

Permalink
layer support for forward method
Browse files Browse the repository at this point in the history
  • Loading branch information
morozovsk committed Feb 10, 2021
1 parent dda7cd1 commit 4e171c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpdoc.php
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ public function setInput(Mat $blob, string $name = '') {
/**
* @return Mat
*/
public function forward() {
public function forward(string $name = '') {

}
}
Expand Down

0 comments on commit 4e171c4

Please sign in to comment.