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 a752f77 commit 5376926Copy full SHA for 5376926
hls4ml/model/graph.py
@@ -890,7 +890,7 @@ def hardware_predict(self, x):
890
if backend != 'VitisAccelerator':
891
raise Exception(f"Function unsupported for {backend} backend")
892
893
- return self.config.backend.hadrware_predict(self, x)
+ return self.config.backend.hardware_predict(self, x)
894
895
def build(self, **kwargs):
896
"""Builds the generated project using HLS compiler.
0 commit comments