From c37749277202b6088e372056977abc844913aae4 Mon Sep 17 00:00:00 2001 From: Benjamin Fineran Date: Tue, 6 Feb 2024 16:27:23 -0500 Subject: [PATCH] add top level benchmark imports (#1587) --- src/deepsparse/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/deepsparse/__init__.py b/src/deepsparse/__init__.py index 436990b065..fab294bfaa 100644 --- a/src/deepsparse/__init__.py +++ b/src/deepsparse/__init__.py @@ -40,5 +40,6 @@ from .subgraph_execute import * from .analyze import analyze from .evaluation.evaluator import evaluate +from .benchmark import benchmark_model, benchmark_pipeline _analytics.send_event("python__init")