We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5e077 commit 2b1c8b9Copy full SHA for 2b1c8b9
1 file changed
hwcomponents/__init__.py
@@ -1,4 +1,4 @@
1
-from hwcomponents.model import ComponentModel, action
+from hwcomponents.model import ComponentModel, action, EnergyLatency
2
from hwcomponents.find_models import get_models
3
import hwcomponents.scaling as scaling
4
from hwcomponents.select_models import (
@@ -12,6 +12,7 @@
12
__all__ = [
13
"ComponentModel",
14
"action",
15
+ "EnergyLatency",
16
"get_models",
17
"scaling",
18
"get_area",
0 commit comments