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 6f3d21a commit 2f6f4d9Copy full SHA for 2f6f4d9
hls4ml/model/graph.py
@@ -871,7 +871,7 @@ def hardware_predict(self, x):
871
if backend != 'VitisAccelerator':
872
raise Exception(f"Function unsupported for {backend} backend")
873
874
- return self.config.backend.hadrware_predict(self, x)
+ return self.config.backend.hardware_predict(self, x)
875
876
def build(self, **kwargs):
877
"""Builds the generated project using HLS compiler.
0 commit comments