Skip to content

Commit

Permalink
make sure benchmark_* imports are the functions, not modules (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfineran authored Feb 8, 2024
1 parent 5c7923a commit e029958
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/deepsparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
from .subgraph_execute import *
from .analyze import analyze
from .evaluation.evaluator import evaluate
from .benchmark import benchmark_model, benchmark_pipeline
from .benchmark.benchmark_model import benchmark_model
from .benchmark.benchmark_pipeline import benchmark_pipeline

_analytics.send_event("python__init")

0 comments on commit e029958

Please sign in to comment.