Home
last modified time | relevance | path

Searched defs:quant_dtype (Results 1 – 3 of 3) sorted by relevance

/external/executorch/examples/qualcomm/oss_scripts/llama3_2/
Dllama.py144 def quantize(self, quant_dtype, custom_annotations=()): argument
/external/executorch/examples/qualcomm/oss_scripts/llama2/
Dllama.py265 def quantize(self, quant_dtype, custom_annotations=()): argument
/external/pytorch/test/quantization/pt2e/
Dtest_quantize_pt2e.py1184 def test_quantization_dtype(self, dtype, quant_dtype): argument