Home
last modified time | relevance | path

Searched defs:QuantizedCUDA (Results 1 – 8 of 8) sorted by relevance

/external/pytorch/aten/src/ATen/native/quantized/cudnn/
DLinearPrepack.cpp50 TORCH_LIBRARY_IMPL(quantized, QuantizedCUDA, m) { in TORCH_LIBRARY_IMPL() argument
DConvPrepack.cpp206 TORCH_LIBRARY_IMPL(quantized, QuantizedCUDA, m) { in TORCH_LIBRARY_IMPL() argument
DPooling.cpp239 TORCH_LIBRARY_IMPL(quantized, QuantizedCUDA, m) { in TORCH_LIBRARY_IMPL() argument
DBinaryOps.cpp251 TORCH_LIBRARY_IMPL(quantized, QuantizedCUDA, m) { in TORCH_LIBRARY_IMPL() argument
DConv.cpp391 TORCH_LIBRARY_IMPL(quantized, QuantizedCUDA, m) { in TORCH_LIBRARY_IMPL() argument
DLinear.cpp359 TORCH_LIBRARY_IMPL(quantized, QuantizedCUDA, m) { in TORCH_LIBRARY_IMPL() argument
/external/pytorch/c10/core/
DBackend.h55 QuantizedCUDA, enumerator
/external/pytorch/torchgen/
Dmodel.py151 QuantizedCUDA = auto() variable in DispatchKey