Skip to content
Snippets Groups Projects
Commit 1921e7f9 authored by auphelia's avatar auphelia
Browse files

[StreamingMaxpool] Added empty functions for abstract methods in HLSCustomOp class

parent ee338b10
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,12 @@ class StreamingMaxPool_Batch(HLSCustomOp):
return info_messages
def bram_estimation(self):
pass
def lut_estimation(self):
pass
def global_includes(self):
self.code_gen_dict["$GLOBALS$"] = ['#include "maxpool.h"']
......
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