README.md
setup.py
./lpot/__init__.py
./lpot/benchmark.py
./lpot/objective.py
./lpot/pruning.py
./lpot/quantization.py
./lpot/version.py
./lpot/adaptor/__init__.py
./lpot/adaptor/adaptor.py
./lpot/adaptor/mxnet.py
./lpot/adaptor/mxnet.yaml
./lpot/adaptor/onnxrt.py
./lpot/adaptor/onnxrt_integer.yaml
./lpot/adaptor/onnxrt_qlinear.yaml
./lpot/adaptor/pytorch.py
./lpot/adaptor/pytorch_cpu.yaml
./lpot/adaptor/pytorch_gpu.yaml
./lpot/adaptor/pytorch_ipex.yaml
./lpot/adaptor/query.py
./lpot/adaptor/tensorflow.py
./lpot/adaptor/tensorflow.yaml
./lpot/adaptor/ox_utils/__init__.py
./lpot/adaptor/ox_utils/onnx_model.py
./lpot/adaptor/ox_utils/onnx_quantizer.py
./lpot/adaptor/ox_utils/onnxrt_mid.py
./lpot/adaptor/ox_utils/registry.py
./lpot/adaptor/ox_utils/util.py
./lpot/adaptor/ox_utils/operators/__init__.py
./lpot/adaptor/ox_utils/operators/activation.py
./lpot/adaptor/ox_utils/operators/attention.py
./lpot/adaptor/ox_utils/operators/base_operator.py
./lpot/adaptor/ox_utils/operators/binary_op.py
./lpot/adaptor/ox_utils/operators/conv.py
./lpot/adaptor/ox_utils/operators/embed_layernorm.py
./lpot/adaptor/ox_utils/operators/gather.py
./lpot/adaptor/ox_utils/operators/gavgpool.py
./lpot/adaptor/ox_utils/operators/lstm.py
./lpot/adaptor/ox_utils/operators/matmul.py
./lpot/adaptor/ox_utils/operators/maxpool.py
./lpot/adaptor/ox_utils/operators/pad.py
./lpot/adaptor/ox_utils/operators/split.py
./lpot/adaptor/tf_utils/__init__.py
./lpot/adaptor/tf_utils/graph_converter.py
./lpot/adaptor/tf_utils/util.py
./lpot/adaptor/tf_utils/graph_rewriter/__init__.py
./lpot/adaptor/tf_utils/graph_rewriter/graph_base.py
./lpot/adaptor/tf_utils/graph_rewriter/graph_util.py
./lpot/adaptor/tf_utils/graph_rewriter/bf16/__init__.py
./lpot/adaptor/tf_utils/graph_rewriter/bf16/bf16_convert.py
./lpot/adaptor/tf_utils/graph_rewriter/generic/__init__.py
./lpot/adaptor/tf_utils/graph_rewriter/generic/convert_layout.py
./lpot/adaptor/tf_utils/graph_rewriter/generic/fold_batch_norm.py
./lpot/adaptor/tf_utils/graph_rewriter/generic/fold_constant.py
./lpot/adaptor/tf_utils/graph_rewriter/generic/fuse_column_wise_mul.py
./lpot/adaptor/tf_utils/graph_rewriter/generic/fuse_gelu.py
./lpot/adaptor/tf_utils/graph_rewriter/generic/fuse_pad_with_conv.py
./lpot/adaptor/tf_utils/graph_rewriter/generic/graph_cse_optimizer.py
./lpot/adaptor/tf_utils/graph_rewriter/generic/grappler_pass.py
./lpot/adaptor/tf_utils/graph_rewriter/generic/pre_optimize.py
./lpot/adaptor/tf_utils/graph_rewriter/generic/remove_training_nodes.py
./lpot/adaptor/tf_utils/graph_rewriter/generic/split_shared_input.py
./lpot/adaptor/tf_utils/graph_rewriter/generic/strip_unused_nodes.py
./lpot/adaptor/tf_utils/graph_rewriter/generic/update_enter.py
./lpot/adaptor/tf_utils/graph_rewriter/int8/__init__.py
./lpot/adaptor/tf_utils/graph_rewriter/int8/freeze_value.py
./lpot/adaptor/tf_utils/graph_rewriter/int8/fuse_conv_requantize.py
./lpot/adaptor/tf_utils/graph_rewriter/int8/fuse_matmul_requantize.py
./lpot/adaptor/tf_utils/graph_rewriter/int8/insert_logging.py
./lpot/adaptor/tf_utils/graph_rewriter/int8/meta_op_optimizer.py
./lpot/adaptor/tf_utils/graph_rewriter/int8/post_quantized_op_cse.py
./lpot/adaptor/tf_utils/graph_rewriter/int8/scale_propagation.py
./lpot/adaptor/tf_utils/quantize_graph/__init__.py
./lpot/adaptor/tf_utils/quantize_graph/quantize_graph_base.py
./lpot/adaptor/tf_utils/quantize_graph/quantize_graph_common.py
./lpot/adaptor/tf_utils/quantize_graph/quantize_graph_concatv2.py
./lpot/adaptor/tf_utils/quantize_graph/quantize_graph_conv.py
./lpot/adaptor/tf_utils/quantize_graph/quantize_graph_for_intel_cpu.py
./lpot/adaptor/tf_utils/quantize_graph/quantize_graph_matmul.py
./lpot/adaptor/tf_utils/quantize_graph/quantize_graph_pooling.py
./lpot/adaptor/tf_utils/transform_graph/__init__.py
./lpot/adaptor/tf_utils/transform_graph/bias_correction.py
./lpot/adaptor/tf_utils/transform_graph/graph_transform_base.py
./lpot/adaptor/tf_utils/transform_graph/insert_logging.py
./lpot/adaptor/tf_utils/transform_graph/rerange_quantized_concat.py
./lpot/adaptor/torch_utils/__init__.py
./lpot/adaptor/torch_utils/util.py
./lpot/conf/__init__.py
./lpot/conf/config.py
./lpot/conf/dotdict.py
./lpot/data/__init__.py
./lpot/data/dataloaders/__init__.py
./lpot/data/dataloaders/dataloader.py
./lpot/data/datasets/__init__.py
./lpot/data/datasets/imagenet_dataset.py
./lpot/data/transforms/__init__.py
./lpot/data/transforms/coco_transform.py
./lpot/data/transforms/imagenet_transform.py
./lpot/experimental/__init__.py
./lpot/experimental/benchmark.py
./lpot/experimental/graph_optimization.py
./lpot/experimental/pruning.py
./lpot/experimental/quantization.py
./lpot/experimental/common/__init__.py
./lpot/experimental/common/dataloader.py
./lpot/experimental/common/metric.py
./lpot/experimental/common/model.py
./lpot/experimental/common/postprocess.py
./lpot/experimental/data/__init__.py
./lpot/experimental/data/dataloaders/__init__.py
./lpot/experimental/data/dataloaders/base_dataloader.py
./lpot/experimental/data/dataloaders/dataloader.py
./lpot/experimental/data/dataloaders/default_dataloader.py
./lpot/experimental/data/dataloaders/fetcher.py
./lpot/experimental/data/dataloaders/mxnet_dataloader.py
./lpot/experimental/data/dataloaders/onnxrt_dataloader.py
./lpot/experimental/data/dataloaders/pytorch_dataloader.py
./lpot/experimental/data/dataloaders/sampler.py
./lpot/experimental/data/dataloaders/tensorflow_dataloader.py
./lpot/experimental/data/datasets/__init__.py
./lpot/experimental/data/datasets/bert_dataset.py
./lpot/experimental/data/datasets/coco_dataset.py
./lpot/experimental/data/datasets/dataset.py
./lpot/experimental/data/datasets/dummy_dataset.py
./lpot/experimental/data/datasets/imagenet_dataset.py
./lpot/experimental/data/datasets/style_transfer_dataset.py
./lpot/experimental/data/filters/__init__.py
./lpot/experimental/data/filters/coco_filter.py
./lpot/experimental/data/filters/filter.py
./lpot/experimental/data/transforms/__init__.py
./lpot/experimental/data/transforms/imagenet_transform.py
./lpot/experimental/data/transforms/tokenization.py
./lpot/experimental/data/transforms/transform.py
./lpot/experimental/metric/__init__.py
./lpot/experimental/metric/bleu.py
./lpot/experimental/metric/bleu_util.py
./lpot/experimental/metric/coco_label_map.py
./lpot/experimental/metric/coco_tools.py
./lpot/experimental/metric/evaluate_squad.py
./lpot/experimental/metric/f1.py
./lpot/experimental/metric/metric.py
./lpot/metric/__init__.py
./lpot/model/__init__.py
./lpot/model/model.py
./lpot/model/nets_factory.py
./lpot/policy/__init__.py
./lpot/policy/magnitude.py
./lpot/policy/policy.py
./lpot/strategy/__init__.py
./lpot/strategy/auto_mixed_precision.py
./lpot/strategy/basic.py
./lpot/strategy/bayesian.py
./lpot/strategy/exhaustive.py
./lpot/strategy/mse.py
./lpot/strategy/random.py
./lpot/strategy/strategy.py
./lpot/strategy/tpe.py
./lpot/utils/__init__.py
./lpot/utils/collect_layer_histogram.py
./lpot/utils/create_obj_from_config.py
./lpot/utils/kl_divergence.py
./lpot/utils/logger.py
./lpot/utils/pytorch.py
./lpot/utils/utility.py
./lpot/ux/__init__.py
./lpot/ux/lpot_ux.py
./lpot/ux/components/__init__.py
./lpot/ux/components/manage_workspace.py
./lpot/ux/components/benchmark/__init__.py
./lpot/ux/components/benchmark/benchmark.py
./lpot/ux/components/benchmark/benchmark_model.py
./lpot/ux/components/benchmark/execute_benchmark.py
./lpot/ux/components/configuration_wizard/__init__.py
./lpot/ux/components/configuration_wizard/api.py
./lpot/ux/components/configuration_wizard/configuration_imported_models.py
./lpot/ux/components/configuration_wizard/configuration_model_zoo.py
./lpot/ux/components/configuration_wizard/configuration_parser.py
./lpot/ux/components/configuration_wizard/configuration_tune_custom_params.py
./lpot/ux/components/configuration_wizard/get_boundary_nodes.py
./lpot/ux/components/configuration_wizard/get_configuration.py
./lpot/ux/components/configuration_wizard/params_feeder.py
./lpot/ux/components/configuration_wizard/save_workload.py
./lpot/ux/components/file_browser/__init__.py
./lpot/ux/components/file_browser/file_browser.py
./lpot/ux/components/graph/__init__.py
./lpot/ux/components/graph/attribute.py
./lpot/ux/components/graph/edge.py
./lpot/ux/components/graph/graph.py
./lpot/ux/components/graph/graph_reader.py
./lpot/ux/components/graph/node.py
./lpot/ux/components/graph/reader/__init__.py
./lpot/ux/components/graph/reader/reader.py
./lpot/ux/components/graph/reader/repository.py
./lpot/ux/components/graph/reader/tensorflow.py
./lpot/ux/components/model_zoo/__init__.py
./lpot/ux/components/model_zoo/download_config.py
./lpot/ux/components/model_zoo/download_model.py
./lpot/ux/components/model_zoo/downloader.py
./lpot/ux/components/model_zoo/list_models.py
./lpot/ux/components/summary_generator/__init__.py
./lpot/ux/components/tune/__init__.py
./lpot/ux/components/tune/api.py
./lpot/ux/components/tune/execute_tune.py
./lpot/ux/components/tune/parse_tune_data.py
./lpot/ux/components/tune/tune_model.py
./lpot/ux/components/tune/tuning.py
./lpot/ux/utils/__init__.py
./lpot/ux/utils/consts.py
./lpot/ux/utils/exceptions.py
./lpot/ux/utils/executor.py
./lpot/ux/utils/hw_info.py
./lpot/ux/utils/json_serializer.py
./lpot/ux/utils/logger.py
./lpot/ux/utils/parser.py
./lpot/ux/utils/proc.py
./lpot/ux/utils/processes.py
./lpot/ux/utils/utils.py
./lpot/ux/utils/yaml_utils.py
./lpot/ux/utils/configs/dataloaders.json
./lpot/ux/utils/configs/metrics.json
./lpot/ux/utils/configs/models.json
./lpot/ux/utils/configs/objectives.json
./lpot/ux/utils/configs/strategies.json
./lpot/ux/utils/configs/transforms.json
./lpot/ux/utils/configs/transforms_filter.json
./lpot/ux/utils/configs/predefined_configs/onnxrt/image_recognition.yaml
./lpot/ux/utils/configs/predefined_configs/onnxrt/nlp.yaml
./lpot/ux/utils/configs/predefined_configs/tensorflow/image_recognition.yaml
./lpot/ux/utils/configs/predefined_configs/tensorflow/nlp.yaml
./lpot/ux/utils/configs/predefined_configs/tensorflow/object_detection.yaml
./lpot/ux/utils/configs/predefined_configs/tensorflow/recommendation.yaml
./lpot/ux/utils/templates/__init__.py
./lpot/ux/utils/templates/dataloader_and_metric_template.txt
./lpot/ux/utils/templates/dataloader_template.txt
./lpot/ux/utils/templates/metric.py
./lpot/ux/utils/templates/metric_template.txt
./lpot/ux/utils/templates/workdir.py
./lpot/ux/utils/workload/__init__.py
./lpot/ux/utils/workload/config.py
./lpot/ux/utils/workload/dataloader.py
./lpot/ux/utils/workload/evaluation.py
./lpot/ux/utils/workload/model.py
./lpot/ux/utils/workload/pruning.py
./lpot/ux/utils/workload/quantization.py
./lpot/ux/utils/workload/tuning.py
./lpot/ux/utils/workload/workload.py
./lpot/ux/utils/workload/workloads_list.py
./lpot/ux/web/__init__.py
./lpot/ux/web/communication.py
./lpot/ux/web/configuration.py
./lpot/ux/web/exceptions.py
./lpot/ux/web/router.py
./lpot/ux/web/server.py
./lpot/ux/web/static/3rdpartylicenses.txt
./lpot/ux/web/static/index.html
./lpot/ux/web/static/main-es2015.0374bedd206d51847e5e.js
./lpot/ux/web/static/main-es5.0374bedd206d51847e5e.js
./lpot/ux/web/static/polyfills-es2015.0b3d00be4682a668a57b.js
./lpot/ux/web/static/polyfills-es5.1f011aa72028b210bfc4.js
./lpot/ux/web/static/runtime-es2015.a4dadbc03350107420a4.js
./lpot/ux/web/static/runtime-es5.a4dadbc03350107420a4.js
./lpot/ux/web/static/styles.c49d82157b310dd2b96e.css
./lpot/ux/web/static/assets/001b-home-outlined.svg
./lpot/ux/web/static/assets/004a-information-solid.svg
./lpot/ux/web/static/assets/005a-help-solid.svg
./lpot/ux/web/static/assets/006a-alert-solid-red.svg
./lpot/ux/web/static/assets/006a-alert-solid.svg
./lpot/ux/web/static/assets/008b-plus-outlined.svg
./lpot/ux/web/static/assets/009a-close-solid.svg
./lpot/ux/web/static/assets/010a-passed-completed-solid.svg
./lpot/ux/web/static/assets/016-edit.svg
./lpot/ux/web/static/assets/050a-folder-solid-white.svg
./lpot/ux/web/static/assets/050a-folder-solid.svg
./lpot/ux/web/static/assets/056a-save-solid-white.svg
./lpot/ux/web/static/assets/056a-save-solid.svg
./lpot/ux/web/static/assets/073-menu.svg
./lpot/ux/web/static/assets/077-arrow-up.svg
./lpot/ux/web/static/assets/081-arrow-back-left.svg
./lpot/ux/web/static/assets/083-arrow-forward-right.svg
./lpot/ux/web/static/assets/088a-start-solid-gray.svg
./lpot/ux/web/static/assets/088a-start-solid.svg
./lpot/ux/web/static/assets/091-refresh.svg
./lpot/ux/web/static/assets/145b-document-outlined-white.svg
./lpot/ux/web/static/assets/145b-document-outlined.svg
./lpot/ux/web/static/assets/146a-copy-solid.svg
./lpot/ux/web/static/assets/160b-download-outlined-blue.svg
./lpot/ux/web/static/assets/160b-download-outlined.svg
./lpot/ux/web/static/assets/298a-workflow-process-solid.svg
./lpot/ux/web/static/assets/298b-workflow-process-outlined.svg
./lpot/ux/web/static/assets/logo-energyblue-72px.svg
./lpot/ux/web/static/assets/fonts/IntelClear_Bd.ttf
./lpot/ux/web/static/assets/fonts/IntelClear_Lt.ttf
./lpot/ux/web/static/assets/fonts/IntelClear_Rg.ttf
./lpot/ux/web/static/assets/fonts/intelone-display-bold.ttf
./lpot/ux/web/static/assets/fonts/intelone-display-light.ttf
./lpot/ux/web/static/assets/fonts/intelone-display-regular.ttf
./test/__init__.py
./test/test_adaptor_mxnet.py
./test/test_adaptor_onnxrt.py
./test/test_adaptor_pytorch.py
./test/test_basic.py
./test/test_bayesian.py
./test/test_bf16_convert.py
./test/test_coco_tools.py
./test/test_config.py
./test/test_config_regex.py
./test/test_dataloader.py
./test/test_exhaustive.py
./test/test_filter.py
./test/test_graph_optimization.py
./test/test_metrics.py
./test/test_model.py
./test/test_mse.py
./test/test_mse_metric.py
./test/test_mxnet_query_fwk.py
./test/test_objective.py
./test/test_onnx_model.py
./test/test_onnxrt_augment.py
./test/test_onnxrt_operators.py
./test/test_pruning.py
./test/test_quantization.py
./test/test_random.py
./test/test_register_metric_transform.py
./test/test_tensorboard.py
./test/test_tensorflow_auto_input_output.py
./test/test_tensorflow_bias_correction.py
./test/test_tensorflow_convert_layout.py
./test/test_tensorflow_data_pipline.py
./test/test_tensorflow_fold_batch_norm.py
./test/test_tensorflow_fold_const.py
./test/test_tensorflow_get_estimator_graph.py
./test/test_tensorflow_gpu.py
./test/test_tensorflow_graph_cac.py
./test/test_tensorflow_graph_column_wise_mul.py
./test/test_tensorflow_graph_concat.py
./test/test_tensorflow_graph_conv_add_relu_fusion.py
./test/test_tensorflow_graph_conv_fusion.py
./test/test_tensorflow_graph_convert_layout.py
./test/test_tensorflow_graph_cse_optimization.py
./test/test_tensorflow_graph_dump_tensor.py
./test/test_tensorflow_graph_fold_bn.py
./test/test_tensorflow_graph_fuse_gelu.py
./test/test_tensorflow_graph_input_output.py
./test/test_tensorflow_graph_library_detection.py
./test/test_tensorflow_graph_matmul_fusion.py
./test/test_tensorflow_graph_meta_pass.py
./test/test_tensorflow_graph_pad_conv.py
./test/test_tensorflow_graph_post_cse_optimize.py
./test/test_tensorflow_graph_search_patterns.py
./test/test_tensorflow_graph_util.py
./test/test_tensorflow_grappler_pass.py
./test/test_tensorflow_insert_logging.py
./test/test_tensorflow_query_yaml.py
./test/test_tensorflow_recipe.py
./test/test_tensorflow_remove_training_nodes.py
./test/test_tensorflow_share_nodes_graph.py
./test/test_tpe.py
./test/test_transform.py
./test/ux/__init__.py
./test/ux/components/__init__.py
./test/ux/components/configuration_wizard/__init__.py
./test/ux/components/configuration_wizard/test_configuration_parser.py
./test/ux/components/graph/__init__.py
./test/ux/components/graph/test_edge.py
./test/ux/components/graph/test_graph.py
./test/ux/components/graph/test_node.py
./test/ux/components/graph/reader/__init__.py
./test/ux/components/graph/reader/test_repository.py
./test/ux/utils/__init__.py
./test/ux/utils/test_consts.py
./test/ux/utils/test_executor.py
./test/ux/utils/test_hw_info.py
./test/ux/utils/test_json_serializer.py
./test/ux/utils/test_parser.py
./test/ux/utils/test_utils.py
./test/ux/utils/templates/__init__.py
./test/ux/utils/templates/test_workdir.py
./test/ux/utils/workload/__init__.py
./test/ux/utils/workload/test_config.py
./test/ux/utils/workload/test_dataloader.py
./test/ux/utils/workload/test_evaluation.py
./test/ux/utils/workload/test_model.py
./test/ux/utils/workload/test_pruning.py
./test/ux/utils/workload/test_quantization.py
./test/ux/utils/workload/test_tuning.py
lpot.egg-info/PKG-INFO
lpot.egg-info/SOURCES.txt
lpot.egg-info/dependency_links.txt
lpot.egg-info/entry_points.txt
lpot.egg-info/requires.txt
lpot.egg-info/top_level.txt
test/test_adaptor_mxnet.py
test/test_adaptor_onnxrt.py
test/test_adaptor_pytorch.py
test/test_basic.py
test/test_bayesian.py
test/test_bf16_convert.py
test/test_coco_tools.py
test/test_config.py
test/test_config_regex.py
test/test_dataloader.py
test/test_exhaustive.py
test/test_filter.py
test/test_graph_optimization.py
test/test_metrics.py
test/test_model.py
test/test_mse.py
test/test_mse_metric.py
test/test_mxnet_query_fwk.py
test/test_objective.py
test/test_onnx_model.py
test/test_onnxrt_augment.py
test/test_onnxrt_operators.py
test/test_pruning.py
test/test_quantization.py
test/test_random.py
test/test_register_metric_transform.py
test/test_tensorboard.py
test/test_tensorflow_auto_input_output.py
test/test_tensorflow_bias_correction.py
test/test_tensorflow_convert_layout.py
test/test_tensorflow_data_pipline.py
test/test_tensorflow_fold_batch_norm.py
test/test_tensorflow_fold_const.py
test/test_tensorflow_get_estimator_graph.py
test/test_tensorflow_gpu.py
test/test_tensorflow_graph_cac.py
test/test_tensorflow_graph_column_wise_mul.py
test/test_tensorflow_graph_concat.py
test/test_tensorflow_graph_conv_add_relu_fusion.py
test/test_tensorflow_graph_conv_fusion.py
test/test_tensorflow_graph_convert_layout.py
test/test_tensorflow_graph_cse_optimization.py
test/test_tensorflow_graph_dump_tensor.py
test/test_tensorflow_graph_fold_bn.py
test/test_tensorflow_graph_fuse_gelu.py
test/test_tensorflow_graph_input_output.py
test/test_tensorflow_graph_library_detection.py
test/test_tensorflow_graph_matmul_fusion.py
test/test_tensorflow_graph_meta_pass.py
test/test_tensorflow_graph_pad_conv.py
test/test_tensorflow_graph_post_cse_optimize.py
test/test_tensorflow_graph_search_patterns.py
test/test_tensorflow_graph_util.py
test/test_tensorflow_grappler_pass.py
test/test_tensorflow_insert_logging.py
test/test_tensorflow_query_yaml.py
test/test_tensorflow_recipe.py
test/test_tensorflow_remove_training_nodes.py
test/test_tensorflow_share_nodes_graph.py
test/test_tpe.py
test/test_transform.py