Skip to content

Commit

Permalink
Update BMaxPool2D_Optimized.c
Browse files Browse the repository at this point in the history
  • Loading branch information
FouadSakr authored Apr 3, 2024
1 parent 7e9ab16 commit 9b98d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example/Src/BMaxPool2D_Optimized.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "CBin-NN.h"

void BMaxPool2D(int out[],
void BMaxPool2D_Optimized(int out[],
int in_ch,
int in_dim,
int out_dim,
Expand Down Expand Up @@ -32,4 +32,4 @@ void BMaxPool2D(int out[],
}
}
}
}
}

0 comments on commit 9b98d23

Please sign in to comment.