Skip to content

Commit

Permalink
Merge branch 'main' into feature/damian/generate_until
Browse files Browse the repository at this point in the history
  • Loading branch information
dbogunowicz authored Feb 9, 2024
2 parents d65cac6 + de64fe5 commit e0b4f36
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 e0b4f36

Please sign in to comment.