Home
last modified time | relevance | path

Searched full:quantizedcuda (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DBackend.h55 QuantizedCUDA, enumerator
117 } else if (t == DispatchKey::QuantizedCUDA) { in dispatchKeyToBackend()
118 return Backend::QuantizedCUDA; in dispatchKeyToBackend()
201 case Backend::QuantizedCUDA: in backendToDispatchKey()
202 return DispatchKey::QuantizedCUDA; in backendToDispatchKey()
230 case Backend::QuantizedCUDA: in backendToDeviceType()
342 case Backend::QuantizedCUDA: in toString()
343 return "QuantizedCUDA"; in toString()
H A DDispatchKey.cpp338 {"QuantizedCUDA", c10::DispatchKey::QuantizedCUDA}, in parseDispatchKey()
H A DDispatchKeySet.h83 // - "Quantized": QuantizedCPU, QuantizedCUDA, QuantizedXLA, ...
/aosp_15_r20/external/pytorch/c10/test/core/
H A DDispatchKeySet_test.cpp337 // quantizedCUDA has higher priority than CUDA in TEST()
339 {DispatchKey::CUDA, DispatchKey::QuantizedCUDA}); in TEST()
341 DispatchKey::QuantizedCUDA, in TEST()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A Dnative_functions.yaml937 QuantizedCPU, QuantizedCUDA: as_strided_qtensorimpl
2375 QuantizedCPU, QuantizedCUDA, QuantizedMeta: empty_unknown_quantized
2425 QuantizedCPU, QuantizedCUDA: empty_affine_quantized
2434 QuantizedCPU, QuantizedCUDA: empty_per_channel_affine_quantized
2466 QuantizedCPU, QuantizedCUDA: empty_quantized
2478 QuantizedCPU, QuantizedCUDA: empty_like_quantized
2490 QuantizedCPU, QuantizedCUDA: empty_strided_unknown_quantized
2684 QuantizedCPU, QuantizedCUDA: fill_quantized_
2696 QuantizedCPU, QuantizedCUDA: fill_quantized_
3117 QuantizedCUDA: _index_put_impl_quantized_cuda_
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cudnn/
H A DLinearPrepack.cpp50 TORCH_LIBRARY_IMPL(quantized, QuantizedCUDA, m) { in TORCH_LIBRARY_IMPL() argument
H A DConvPrepack.cpp206 TORCH_LIBRARY_IMPL(quantized, QuantizedCUDA, m) { in TORCH_LIBRARY_IMPL() argument
H A DPooling.cpp239 TORCH_LIBRARY_IMPL(quantized, QuantizedCUDA, m) { in TORCH_LIBRARY_IMPL() argument
H A DBinaryOps.cpp251 TORCH_LIBRARY_IMPL(quantized, QuantizedCUDA, m) { in TORCH_LIBRARY_IMPL() argument
H A DLinear.cpp359 TORCH_LIBRARY_IMPL(quantized, QuantizedCUDA, m) { in TORCH_LIBRARY_IMPL() argument
H A DConv.cpp391 TORCH_LIBRARY_IMPL(quantized, QuantizedCUDA, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py151 QuantizedCUDA = auto() variable in DispatchKey
285 DispatchKey.QuantizedCUDA,
318 DispatchKey.QuantizedCUDA,
/aosp_15_r20/external/pytorch/torchgen/dest/
H A Dregister_dispatch_key.py101 DispatchKey.QuantizedCUDA,
/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_quantize_fx.py9723 # which doesn't support QuantizedCuda backend