Skip to content

Commit

Permalink
make sure benchmark_* imports are the functions, not modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin committed Feb 8, 2024
1 parent 2e33e67 commit 3189316
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 3189316

Please sign in to comment.