Home
last modified time | relevance | path

Searched refs:_assert_and_get_unique_device (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/ao/quantization/pt2e/
H A Dexport_utils.py6 from torch.ao.quantization.utils import _assert_and_get_unique_device
141 device = _assert_and_get_unique_device(m)
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dutils.py30 _assert_and_get_unique_device,
253 return _assert_and_get_unique_device(module)
/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A Dutils.py762 def _assert_and_get_unique_device(module: torch.nn.Module) -> Any: function