Index

A | B | C | D | E | F | G | H | I | K | L | M | N | O | P | Q | R | S | T | U | V | W | X

A

B

C

D

E

F

G

H

I

K

L

M

N

  • name (neural_compressor.common.base_config.BaseConfig attribute)
  • nbits (neural_compressor.torch.algorithms.weight_only.hqq.qtensor.QTensorMetaInfo attribute)
  • need_apply() (in module neural_compressor.jax.quantization.quantize)
  • neural_compressor
  • neural_compressor.common
  • neural_compressor.common.base_config
  • neural_compressor.common.base_tuning
  • neural_compressor.common.tuning_param
  • neural_compressor.common.utils
  • neural_compressor.common.utils.constants
  • neural_compressor.common.utils.logger
  • neural_compressor.common.utils.save_load
  • neural_compressor.common.utils.utility
  • neural_compressor.common.version
  • neural_compressor.jax
  • neural_compressor.jax.algorithms
  • neural_compressor.jax.algorithms.dynamic
  • neural_compressor.jax.algorithms.static
  • neural_compressor.jax.quantization
  • neural_compressor.jax.quantization.config
  • neural_compressor.jax.quantization.layers_dynamic
  • neural_compressor.jax.quantization.layers_static
  • neural_compressor.jax.quantization.quantize
  • neural_compressor.jax.quantization.saving
  • neural_compressor.jax.utils
  • neural_compressor.jax.utils.utility
  • neural_compressor.tensorflow
  • neural_compressor.tensorflow.algorithms
  • neural_compressor.tensorflow.algorithms.smoother
  • neural_compressor.tensorflow.algorithms.smoother.calibration
  • neural_compressor.tensorflow.algorithms.smoother.core
  • neural_compressor.tensorflow.algorithms.smoother.scaler
  • neural_compressor.tensorflow.algorithms.static_quant
  • neural_compressor.tensorflow.algorithms.static_quant.keras
  • neural_compressor.tensorflow.algorithms.static_quant.tensorflow
  • neural_compressor.tensorflow.keras
  • neural_compressor.tensorflow.keras.layers
  • neural_compressor.tensorflow.keras.layers.conv2d
  • neural_compressor.tensorflow.keras.layers.dense
  • neural_compressor.tensorflow.keras.layers.depthwise_conv2d
  • neural_compressor.tensorflow.keras.layers.layer_initializer
  • neural_compressor.tensorflow.keras.layers.pool2d
  • neural_compressor.tensorflow.keras.layers.separable_conv2d
  • neural_compressor.tensorflow.keras.quantization
  • neural_compressor.tensorflow.keras.quantization.config
  • neural_compressor.tensorflow.quantization
  • neural_compressor.tensorflow.quantization.algorithm_entry
  • neural_compressor.tensorflow.quantization.autotune
  • neural_compressor.tensorflow.quantization.config
  • neural_compressor.tensorflow.quantization.quantize
  • neural_compressor.tensorflow.quantization.utils
  • neural_compressor.tensorflow.quantization.utils.graph_converter
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.bf16
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.bf16.bf16_convert
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.bf16.dequantize_cast_optimizer
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.convert_add_to_biasadd
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.convert_layout
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.convert_leakyrelu
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.convert_nan_to_random
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.convert_placeholder_to_const
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.dilated_contraction
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.dummy_biasadd
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.expanddims_optimizer
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.fetch_weight_from_reshape
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.fold_batch_norm
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.fold_constant
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.fuse_biasadd_add
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.fuse_column_wise_mul
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.fuse_conv_with_math
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.fuse_decomposed_bn
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.fuse_decomposed_in
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.fuse_gelu
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.fuse_layer_norm
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.fuse_pad_with_conv
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.fuse_pad_with_fp32_conv
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.fuse_reshape_transpose
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.graph_cse_optimizer
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.grappler_pass
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.insert_print_node
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.move_squeeze_after_relu
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.pre_optimize
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.remove_training_nodes
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.rename_batch_norm
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.split_shared_input
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.strip_equivalent_nodes
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.strip_unused_nodes
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.switch_optimizer
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.graph_base
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.int8
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.int8.freeze_fake_quant
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.int8.freeze_value
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.int8.fuse_conv_redundant_dequantize
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.int8.fuse_conv_requantize
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.int8.fuse_matmul_redundant_dequantize
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.int8.fuse_matmul_requantize
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.int8.meta_op_optimizer
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.int8.post_hostconst_converter
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.int8.post_quantized_op_cse
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.int8.scale_propagation
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.qdq
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.qdq.insert_qdq_pattern
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.qdq.merge_duplicated_qdq
  • neural_compressor.tensorflow.quantization.utils.graph_rewriter.qdq.share_qdq_y_pattern
  • neural_compressor.tensorflow.quantization.utils.graph_util
  • neural_compressor.tensorflow.quantization.utils.quantize_graph
  • neural_compressor.tensorflow.quantization.utils.quantize_graph.qdq
  • neural_compressor.tensorflow.quantization.utils.quantize_graph.qdq.fuse_qdq_bn
  • neural_compressor.tensorflow.quantization.utils.quantize_graph.qdq.fuse_qdq_concatv2
  • neural_compressor.tensorflow.quantization.utils.quantize_graph.qdq.fuse_qdq_conv
  • neural_compressor.tensorflow.quantization.utils.quantize_graph.qdq.fuse_qdq_deconv
  • neural_compressor.tensorflow.quantization.utils.quantize_graph.qdq.fuse_qdq_in
  • neural_compressor.tensorflow.quantization.utils.quantize_graph.qdq.fuse_qdq_matmul
  • neural_compressor.tensorflow.quantization.utils.quantize_graph.qdq.fuse_qdq_pooling
  • neural_compressor.tensorflow.quantization.utils.quantize_graph.qdq.optimize_qdq
  • neural_compressor.tensorflow.quantization.utils.quantize_graph.quantize_graph_base
  • neural_compressor.tensorflow.quantization.utils.quantize_graph.quantize_graph_bn
  • neural_compressor.tensorflow.quantization.utils.quantize_graph.quantize_graph_concatv2
  • neural_compressor.tensorflow.quantization.utils.quantize_graph.quantize_graph_conv
  • neural_compressor.tensorflow.quantization.utils.quantize_graph.quantize_graph_for_intel_cpu
  • neural_compressor.tensorflow.quantization.utils.quantize_graph.quantize_graph_matmul
  • neural_compressor.tensorflow.quantization.utils.quantize_graph.quantize_graph_pooling
  • neural_compressor.tensorflow.quantization.utils.quantize_graph_common
  • neural_compressor.tensorflow.quantization.utils.transform_graph
  • neural_compressor.tensorflow.quantization.utils.transform_graph.bias_correction
  • neural_compressor.tensorflow.quantization.utils.transform_graph.graph_transform_base
  • neural_compressor.tensorflow.quantization.utils.transform_graph.insert_logging
  • neural_compressor.tensorflow.quantization.utils.transform_graph.rerange_quantized_concat
  • neural_compressor.tensorflow.quantization.utils.utility
  • neural_compressor.tensorflow.utils
  • neural_compressor.tensorflow.utils.constants
  • neural_compressor.tensorflow.utils.data
  • neural_compressor.tensorflow.utils.model
  • neural_compressor.tensorflow.utils.model_wrappers
  • neural_compressor.tensorflow.utils.utility
  • neural_compressor.torch
  • neural_compressor.torch.algorithms
  • neural_compressor.torch.algorithms.autoround
  • neural_compressor.torch.algorithms.autoround.autoround
  • neural_compressor.torch.algorithms.base_algorithm
  • neural_compressor.torch.algorithms.fp8_quant
  • neural_compressor.torch.algorithms.fp8_quant.observer
  • neural_compressor.torch.algorithms.fp8_quant.patched_module_base
  • neural_compressor.torch.algorithms.fp8_quant.scaling_method_base
  • neural_compressor.torch.algorithms.layer_wise
  • neural_compressor.torch.algorithms.layer_wise.load
  • neural_compressor.torch.algorithms.layer_wise.modified_pickle
  • neural_compressor.torch.algorithms.layer_wise.utils
  • neural_compressor.torch.algorithms.mixed_precision
  • neural_compressor.torch.algorithms.mixed_precision.half_precision_convert
  • neural_compressor.torch.algorithms.mixed_precision.module_wrappers
  • neural_compressor.torch.algorithms.mx_quant
  • neural_compressor.torch.algorithms.mx_quant.mx
  • neural_compressor.torch.algorithms.mx_quant.utils
  • neural_compressor.torch.algorithms.pt2e_quant
  • neural_compressor.torch.algorithms.pt2e_quant.core
  • neural_compressor.torch.algorithms.pt2e_quant.half_precision_rewriter
  • neural_compressor.torch.algorithms.pt2e_quant.save_load
  • neural_compressor.torch.algorithms.pt2e_quant.utility
  • neural_compressor.torch.algorithms.qat
  • neural_compressor.torch.algorithms.qat.quant_linear
  • neural_compressor.torch.algorithms.qat.quant_utils
  • neural_compressor.torch.algorithms.qat.tensor_quantizer
  • neural_compressor.torch.algorithms.smooth_quant
  • neural_compressor.torch.algorithms.smooth_quant.save_load
  • neural_compressor.torch.algorithms.smooth_quant.smooth_quant
  • neural_compressor.torch.algorithms.smooth_quant.utility
  • neural_compressor.torch.algorithms.static_quant
  • neural_compressor.torch.algorithms.static_quant.save_load
  • neural_compressor.torch.algorithms.static_quant.static_quant
  • neural_compressor.torch.algorithms.static_quant.utility
  • neural_compressor.torch.algorithms.weight_only
  • neural_compressor.torch.algorithms.weight_only.awq
  • neural_compressor.torch.algorithms.weight_only.gptq
  • neural_compressor.torch.algorithms.weight_only.hqq
  • neural_compressor.torch.algorithms.weight_only.hqq.bitpack
  • neural_compressor.torch.algorithms.weight_only.hqq.config
  • neural_compressor.torch.algorithms.weight_only.hqq.core
  • neural_compressor.torch.algorithms.weight_only.hqq.optimizer
  • neural_compressor.torch.algorithms.weight_only.hqq.qtensor
  • neural_compressor.torch.algorithms.weight_only.hqq.quantizer
  • neural_compressor.torch.algorithms.weight_only.modules
  • neural_compressor.torch.algorithms.weight_only.rtn
  • neural_compressor.torch.algorithms.weight_only.save_load
  • neural_compressor.torch.algorithms.weight_only.teq
  • neural_compressor.torch.algorithms.weight_only.utility
  • neural_compressor.torch.export
  • neural_compressor.torch.export.export_hf
  • neural_compressor.torch.export.pt2e_export
  • neural_compressor.torch.quantization
  • neural_compressor.torch.quantization.algorithm_entry
  • neural_compressor.torch.quantization.autotune
  • neural_compressor.torch.quantization.config
  • neural_compressor.torch.quantization.quantize
  • neural_compressor.torch.quantization.save_load_entry
  • neural_compressor.torch.utils
  • neural_compressor.torch.utils.auto_accelerator
  • neural_compressor.torch.utils.bit_packer
  • neural_compressor.torch.utils.block_wise
  • neural_compressor.torch.utils.constants
  • neural_compressor.torch.utils.environ
  • neural_compressor.torch.utils.utility
  • neural_compressor.version
  • node_from_map() (in module neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.fuse_decomposed_bn)
  • node_name_from_input() (in module neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.fuse_decomposed_bn)

O

P

Q

R

S

T

U

V

W

X