Skip to content

Commit 5376926

Browse files
author
Quentin Berthet
committed
Fix typo
1 parent a752f77 commit 5376926

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
@@ -890,7 +890,7 @@ def hardware_predict(self, x):
890890
if backend != 'VitisAccelerator':
891891
raise Exception(f"Function unsupported for {backend} backend")
892892

893-
return self.config.backend.hadrware_predict(self, x)
893+
return self.config.backend.hardware_predict(self, x)
894894

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

0 commit comments

Comments
 (0)