We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf98216 commit 70054aaCopy full SHA for 70054aa
hls4ml/templates/oneapi/firmware/defines.h
@@ -13,7 +13,6 @@
13
14
// hls-fpga-machine-learning insert layer-precision
15
16
-
17
#define DIV_ROUNDUP(n, d) ((n + d - 1) / d)
18
#define MIN(n, d) (n > d ? d : n)
19
#define MAX(n, d) (n < d ? d : n)
0 commit comments