Skip to content

Commit

Permalink
Add STL vector to nnet_helpers.h (#307)
Browse files Browse the repository at this point in the history
Co-authored-by: Konstantin Vinogradov <konstantin.vinogradov@alipescapital.com>
  • Loading branch information
ConsVin and KOVI89alipes committed Aug 12, 2021
1 parent 8633ad4 commit dca8348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hls4ml/templates/vivado/nnet_utils/nnet_helpers.h
Expand Up @@ -25,6 +25,7 @@
#include <math.h>
#include <fstream>
#include <algorithm>
#include <vector>
#include <map>
#include "hls_stream.h"

Expand Down

0 comments on commit dca8348

Please sign in to comment.