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
22import compiler_opt.rl.constant
33import compiler_opt.rl.gin_external_configurables
44import compiler_opt.rl.regalloc.config
5- import compiler_opt.rl.regalloc_network
5+ import compiler_opt.rl.regalloc. regalloc_network
66import tf_agents.agents.behavioral_cloning.behavioral_cloning_agent
77import tf_agents.networks.actor_distribution_network
88
Original file line number Diff line number Diff line change 11import compiler_opt.rl.gin_external_configurables
22import compiler_opt.rl.regalloc.config
3- import compiler_opt.rl.regalloc_network
3+ import compiler_opt.rl.regalloc. regalloc_network
44
55regalloc.config.get_observation_processing_layer_creator.quantile_file_dir='compiler_opt/rl/regalloc/vocab'
66regalloc.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
33import compiler_opt.rl.constant_value_network
44import compiler_opt.rl.gin_external_configurables
55import compiler_opt.rl.regalloc.config
6- import compiler_opt.rl.regalloc_network
6+ import compiler_opt.rl.regalloc. regalloc_network
77import tf_agents.agents.ppo.ppo_agent
88import tf_agents.networks.actor_distribution_network
99
File renamed without changes.
Original file line number Diff line number Diff line change 1818import tensorflow_probability as tfp
1919from tf_agents .specs import tensor_spec
2020
21- from compiler_opt .rl import regalloc_network
2221from compiler_opt .rl .regalloc import config
22+ from compiler_opt .rl .regalloc import regalloc_network
2323
2424
2525def _observation_processing_layer (obs_spec ):
You can’t perform that action at this time.
0 commit comments