Skip to content

Commit

Permalink
fix tvm*.num_threads
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Feb 9, 2024
1 parent 9f5772b commit 0dd6dfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mlonmcu/flow/tvm/backend/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ def generate_wrapper(self):
assert isinstance(value, bool)
return value

@property
def num_threads(self):
return self.config["num_threads"]

Expand Down

0 comments on commit 0dd6dfd

Please sign in to comment.