Home
last modified time | relevance | path

Searched refs:quantize_rnn_modules (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/quantization/jit/
H A Dtest_deprecated_jit_quant.py104 cell_int8 = torch.jit.quantized.quantize_rnn_modules(
111 cell_fp16 = torch.jit.quantized.quantize_rnn_modules(
/aosp_15_r20/external/pytorch/torch/jit/
H A Dquantized.py96 def quantize_rnn_modules(module, dtype=torch.int8): function