Skip to content
Snippets Groups Projects
Commit 27fa5582 authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Pool] add activations.hpp to pool codegen includes

parent b324c9b6
No related branches found
No related tags found
No related merge requests found
......@@ -200,6 +200,7 @@ class Pool_Batch(HLSCustomOp):
return info_messages
def global_includes(self):
self.code_gen_dict["$GLOBALS$"] = ['#include "activations.hpp"']
self.code_gen_dict["$GLOBALS$"] = ['#include "maxpool.h"']
self.code_gen_dict["$GLOBALS$"] += ['#include "pool.hpp"']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment