Skip to content

Commit 2f6f4d9

Browse files
author
Quentin Berthet
committed
Fix typo
1 parent 6f3d21a commit 2f6f4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls4ml/model/graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ def hardware_predict(self, x):
871871
if backend != 'VitisAccelerator':
872872
raise Exception(f"Function unsupported for {backend} backend")
873873

874-
return self.config.backend.hadrware_predict(self, x)
874+
return self.config.backend.hardware_predict(self, x)
875875

876876
def build(self, **kwargs):
877877
"""Builds the generated project using HLS compiler.

0 commit comments

Comments
 (0)