Searched defs:_quantize (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/executorch/exir/tests/ |
H A D | test_quantize_io_pass.py | 37 def _quantize(self, mod, example_inputs): member in TestQuantIOPass
|
/aosp_15_r20/external/executorch/examples/models/llama/source_transformation/ |
H A D | quantized_kv_cache.py | 82 def _quantize(self, value): member in QuantizedKVCache
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
H A D | CLLSTMLayerQuantized.h | 196 CLQuantizationLayer _quantize; variable
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/NEON/functions/ |
H A D | NELSTMLayerQuantized.h | 173 NEQuantizationLayer _quantize; variable
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/ |
H A D | common_quantized.py | 26 def _quantize(x, scale, zero_point, qmin=None, qmax=None, dtype=np.uint8): function
|
H A D | common_quantization.py | 1318 def _quantize(self, m, quantizer, example_inputs, is_qat: bool = False): member in PT2EQuantizationTestCase
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/ |
H A D | lite.py | 590 def _quantize(self, result, input_type, output_type, activations_type, member in TFLiteConverterBase
|