Skip to content

Commit

Permalink
Remove deprecated call from size test
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 688730545
  • Loading branch information
dsharletg authored and xnnpack-bot committed Oct 22, 2024
1 parent e71b737 commit 8731139
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/subgraph-size.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ int main(int argc, char** argv) {
case 7:
xnn_define_binary(NULL, xnn_binary_add, NULL, 0, 0, 0, 0);
break;
case 9:
xnn_define_prelu(NULL, 0, 0, 0, 0);
break;
case 10:
xnn_define_clamp(NULL, 0.0f, 0.0f, 0, 0, 0);
break;
Expand Down

0 comments on commit 8731139

Please sign in to comment.