Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/ao/quantization/pt2e/representation/
H A Drewrite.py12 _replace_literals_with_existing_placeholders,
716 return _replace_literals_with_existing_placeholders(
742 _replace_literals_with_existing_placeholders,
746 _replace_literals_with_existing_placeholders,
/aosp_15_r20/external/pytorch/torch/ao/quantization/pt2e/
H A Dutils.py519 def _replace_literals_with_existing_placeholders( function