Skip to content

Commit

Permalink
Update acuity.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Jun 21, 2024
1 parent b7601ee commit 6f4c755
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/acuity.js
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,8 @@ acuity.Inference = class {
callback = operators.get('broadcast');
} else if (reduces.has(layer.op)) {
callback = operators.get('reduce');
} else {
}
if (!callback) {
callback = () => [];
}
const parameters = layer.parameters;
Expand Down

0 comments on commit 6f4c755

Please sign in to comment.