Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/ao/quantization/pt2e/representation/
H A Drewrite.py13 _replace_literals_with_new_placeholders,
754 _replace_literals_with_new_placeholders,
755 _replace_literals_with_new_placeholders,
761 partial(_replace_literals_with_new_placeholders, exclude_literals=[-1]),
762 partial(_replace_literals_with_new_placeholders, exclude_literals=[-1]),
778 _replace_literals_with_new_placeholders,
779 _replace_literals_with_new_placeholders,
/aosp_15_r20/external/pytorch/torch/ao/quantization/pt2e/
H A Dutils.py429 def _replace_literals_with_new_placeholders( function