We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce66ac0 commit 248b2eeCopy full SHA for 248b2ee
compiler_opt/rl/inlining/__init__.py
@@ -16,7 +16,7 @@
16
17
import gin
18
19
-from compiler_opt.rl import env
+from compiler_opt.rl import env as mlgo_env
20
from compiler_opt.rl import problem_configuration
21
from compiler_opt.rl.inlining import config
22
from compiler_opt.rl.inlining import inlining_runner
@@ -27,7 +27,7 @@
27
class InliningConfig(problem_configuration.ProblemConfiguration):
28
"""Expose the regalloc eviction components."""
29
30
- def get_env(self) -> env.MLGOEnvironmentBase:
+ def get_env(self) -> mlgo_env.MLGOEnvironmentBase:
31
return inlining_env.get_inlining_env()
32
33
def get_runner_type(self):
0 commit comments