Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_export/
H A Dconverter.py14 replace_quantized_ops_with_standard_ops,
1443 replace_quantized_ops_with_standard_ops(gm)
/aosp_15_r20/external/pytorch/torch/_export/passes/
H A Dreplace_quantized_ops_with_standard_ops_pass.py528 def replace_quantized_ops_with_standard_ops(gm: torch.fx.GraphModule): function