[device] alpha beta profiler (#2311)

* [device] alpha beta profiler

* add usage

* fix variable name
This commit is contained in:
YuliangLiu0306
2023-01-05 16:39:55 +08:00
committed by GitHub
parent f1bc2418c4
commit 9c9246c0d9
5 changed files with 227 additions and 129 deletions

View File

@@ -1,4 +1,4 @@
from .alpha_beta_profiler import AlphaBetaProfiler
from .calc_pipeline_strategy import alpa_dp
from .profile_alpha_beta import profile_alpha_beta
__all__ = ['profile_alpha_beta', 'alpa_dp']
__all__ = ['AlphaBetaProfiler', 'alpa_dp']