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 8c71800 commit 4db0002Copy full SHA for 4db0002
hls4ml/templates/quartus/firmware/nnet_utils/nnet_helpers.h
@@ -29,26 +29,6 @@
29
#include <sstream>
30
#include <iostream>
31
32
-#ifndef __INTELFPGA_COMPILER__
33
-#include "stream.h"
34
-template<typename T>
35
-using stream = nnet::stream<T>;
36
37
-using stream_in = nnet::stream<T>;
38
39
-using stream_out = nnet::stream<T>;
40
-#else
41
-#include "HLS/hls.h"
42
-#include "HLS/ac_int.h"
43
-#include "HLS/ac_fixed.h"
44
45
-using stream = ihc::stream<T>;
46
47
-using stream_in = ihc::stream_in<T>;
48
49
-using stream_out = ihc::stream_out<T>;
50
-#endif
51
-
52
namespace nnet {
53
54
template<class srcType, class dstType, size_t SIZE>
0 commit comments