
Co-authored-by: Varun Sundar Rabindranath <varun@neuralmagic.com> Co-authored-by: Michael Goin <michael@neuralmagic.com>
6 lines
89 B
Python
6 lines
89 B
Python
from .layerwise_profile import layerwise_profile
|
|
|
|
__all__ = [
|
|
"layerwise_profile",
|
|
]
|