Home
last modified time | relevance | path

Searched defs:supported_qengines (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantized.py11 supported_qengines = torch.backends.quantized.supported_engines variable
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DContext.cpp392 static auto supported_qengines = []() { in supportedQEngines() local