Skip to content

Commit 5bbca7d

Browse files
authored
Remove unused inlining-specific variable from trainer.py (#136)
1 parent 95b6f48 commit 5bbca7d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler_opt/rl/trainer.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
from tf_agents.utils import common as common_utils
2828
from typing import Optional
2929

30-
_INLINING_DEFAULT_KEY = 'inlining_default'
31-
3230

3331
@gin.configurable
3432
class Trainer(object):

0 commit comments

Comments
 (0)