Home
last modified time | relevance | path

Searched defs:quantized_model (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/examples/models/llama/source_transformation/
H A Dquantize.py284 def quantized_model(self) -> nn.Module: member in QuantHandler
386 def quantized_model(self) -> nn.Module: member in WeightOnlyInt8QuantHandler
640 def quantized_model(self) -> nn.Module: member in EmbeddingQuantHandler
/aosp_15_r20/external/pytorch/test/quantization/core/experimental/
H A Dapot_fx_graph_mode_ptq.py69 quantized_model = convert_fx(prepared_model) # convert the calibrated model to a quantized model … variable
80 quantized_model = convert_fx(prepared_model) # convert the calibrated model to a quantized model … variable
/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A D_correct_bias.py98 quantized_model, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
H A Dquantize_weights_test.cc157 const Model* quantized_model, const Model* expected_model, in FindMatchingExpectedTensor()