File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import gin.tf.external_configurables
2
2
import compiler_opt.rl.constant
3
3
import compiler_opt.rl.gin_external_configurables
4
4
import compiler_opt.rl.regalloc.config
5
- import compiler_opt.rl.regalloc_network
5
+ import compiler_opt.rl.regalloc. regalloc_network
6
6
import tf_agents.agents.behavioral_cloning.behavioral_cloning_agent
7
7
import tf_agents.networks.actor_distribution_network
8
8
Original file line number Diff line number Diff line change 1
1
import compiler_opt.rl.gin_external_configurables
2
2
import compiler_opt.rl.regalloc.config
3
- import compiler_opt.rl.regalloc_network
3
+ import compiler_opt.rl.regalloc. regalloc_network
4
4
5
5
regalloc.config.get_observation_processing_layer_creator.quantile_file_dir='compiler_opt/rl/regalloc/vocab'
6
6
regalloc.config.get_observation_processing_layer_creator.with_sqrt = False
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import compiler_opt.rl.constant
3
3
import compiler_opt.rl.constant_value_network
4
4
import compiler_opt.rl.gin_external_configurables
5
5
import compiler_opt.rl.regalloc.config
6
- import compiler_opt.rl.regalloc_network
6
+ import compiler_opt.rl.regalloc. regalloc_network
7
7
import tf_agents.agents.ppo.ppo_agent
8
8
import tf_agents.networks.actor_distribution_network
9
9
File renamed without changes.
Original file line number Diff line number Diff line change 18
18
import tensorflow_probability as tfp
19
19
from tf_agents .specs import tensor_spec
20
20
21
- from compiler_opt .rl import regalloc_network
22
21
from compiler_opt .rl .regalloc import config
22
+ from compiler_opt .rl .regalloc import regalloc_network
23
23
24
24
25
25
def _observation_processing_layer (obs_spec ):
You can’t perform that action at this time.
0 commit comments