Skip to content
Snippets Groups Projects
Commit fab6c00e authored by Felix Jentzsch's avatar Felix Jentzsch
Browse files

Bugfix

parent b5ca2f70
No related branches found
No related tags found
No related merge requests found
......@@ -223,8 +223,8 @@ class ConvolutionInputGenerator1D(HLSCustomOp):
if stride_h == 1 and stride_w == 1:
if dilation_h == 1 and dilation_w == 1:
return True
else:
return False
return False
def get_exp_cycles(self):
simd = self.get_nodeattr("SIMD")
......
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