LICENSE
README.md
pyproject.toml
compiler_opt/__init__.py
compiler_opt/package_config.py
compiler_opt/type_map.py
compiler_opt/benchmark/__init__.py
compiler_opt/benchmark/benchmark_chromium.py
compiler_opt/benchmark/benchmark_llvm_test_suite.py
compiler_opt/benchmark/benchmark_report.py
compiler_opt/benchmark/benchmark_report_converter.py
compiler_opt/benchmark/benchmark_report_test.py
compiler_opt/benchmark/benchmarking_utils.py
compiler_opt/benchmark/filter_tests.py
compiler_opt/benchmark/gtest_executable_utils.py
compiler_opt/benchmark/list_gtests.py
compiler_opt/distributed/__init__.py
compiler_opt/distributed/buffered_scheduler.py
compiler_opt/distributed/buffered_scheduler_test.py
compiler_opt/distributed/worker.py
compiler_opt/distributed/worker_test.py
compiler_opt/distributed/local/__init__.py
compiler_opt/distributed/local/local_worker_manager.py
compiler_opt/distributed/local/local_worker_manager_test.py
compiler_opt/es/__init__.py
compiler_opt/es/blackbox_learner.py
compiler_opt/es/blackbox_learner_test.py
compiler_opt/es/blackbox_optimizers.py
compiler_opt/es/blackbox_optimizers_test.py
compiler_opt/es/es_trainer.py
compiler_opt/es/es_trainer_lib.py
compiler_opt/es/es_worker.py
compiler_opt/es/gradient_ascent_optimization_algorithms.py
compiler_opt/es/gradient_ascent_optimization_algorithms_test.py
compiler_opt/es/policy_utils.py
compiler_opt/es/policy_utils_test.py
compiler_opt/rl/__init__.py
compiler_opt/rl/agent_config.py
compiler_opt/rl/agent_config_test.py
compiler_opt/rl/best_trajectory.py
compiler_opt/rl/best_trajectory_test.py
compiler_opt/rl/compilation_runner.py
compiler_opt/rl/compilation_runner_test.py
compiler_opt/rl/constant.py
compiler_opt/rl/constant_value_network.py
compiler_opt/rl/constant_value_network_test.py
compiler_opt/rl/corpus.py
compiler_opt/rl/corpus_test.py
compiler_opt/rl/data_collector.py
compiler_opt/rl/data_collector_test.py
compiler_opt/rl/data_reader.py
compiler_opt/rl/data_reader_test.py
compiler_opt/rl/env.py
compiler_opt/rl/env_test.py
compiler_opt/rl/feature_ops.py
compiler_opt/rl/feature_ops_test.py
compiler_opt/rl/gin_external_configurables.py
compiler_opt/rl/local_data_collector.py
compiler_opt/rl/local_data_collector_test.py
compiler_opt/rl/log_reader.py
compiler_opt/rl/log_reader_test.py
compiler_opt/rl/policy_saver.py
compiler_opt/rl/policy_saver_test.py
compiler_opt/rl/problem_configuration.py
compiler_opt/rl/random_net_distillation.py
compiler_opt/rl/random_net_distillation_test.py
compiler_opt/rl/registry.py
compiler_opt/rl/train_bc.py
compiler_opt/rl/train_locally.py
compiler_opt/rl/trainer.py
compiler_opt/rl/trainer_test.py
compiler_opt/rl/distributed/__init__.py
compiler_opt/rl/distributed/agent.py
compiler_opt/rl/distributed/learner.py
compiler_opt/rl/distributed/ppo_collect.py
compiler_opt/rl/distributed/ppo_collect_lib.py
compiler_opt/rl/distributed/ppo_eval.py
compiler_opt/rl/distributed/ppo_eval_lib.py
compiler_opt/rl/distributed/ppo_reverb_server.py
compiler_opt/rl/distributed/ppo_reverb_server_lib.py
compiler_opt/rl/distributed/ppo_train.py
compiler_opt/rl/distributed/ppo_train_lib.py
compiler_opt/rl/inlining/__init__.py
compiler_opt/rl/inlining/config.py
compiler_opt/rl/inlining/env.py
compiler_opt/rl/inlining/inlining_runner.py
compiler_opt/rl/regalloc/__init__.py
compiler_opt/rl/regalloc/config.py
compiler_opt/rl/regalloc/regalloc_network.py
compiler_opt/rl/regalloc/regalloc_network_test.py
compiler_opt/rl/regalloc/regalloc_runner.py
compiler_opt/rl/regalloc_priority/__init__.py
compiler_opt/rl/regalloc_priority/config.py
compiler_opt/rl/regalloc_priority/regalloc_priority_runner.py
compiler_opt/tools/__init__.py
compiler_opt/tools/combine_training_corpus.py
compiler_opt/tools/combine_training_corpus_lib.py
compiler_opt/tools/combine_training_corpus_test.py
compiler_opt/tools/extract_ir.py
compiler_opt/tools/extract_ir_lib.py
compiler_opt/tools/extract_ir_test.py
compiler_opt/tools/feature_importance.py
compiler_opt/tools/feature_importance_graphs.py
compiler_opt/tools/feature_importance_utils.py
compiler_opt/tools/feature_importance_utils_test.py
compiler_opt/tools/generate_default_trace.py
compiler_opt/tools/generate_default_trace_test.py
compiler_opt/tools/generate_test_model.py
compiler_opt/tools/generate_test_model_test.py
compiler_opt/tools/generate_vocab.py
compiler_opt/tools/make_corpus.py
compiler_opt/tools/make_corpus_lib.py
compiler_opt/tools/make_corpus_test.py
compiler_opt/tools/merge_best_trajectory.py
ml_compiler_opt.egg-info/PKG-INFO
ml_compiler_opt.egg-info/SOURCES.txt
ml_compiler_opt.egg-info/dependency_links.txt
ml_compiler_opt.egg-info/requires.txt
ml_compiler_opt.egg-info/top_level.txt