Home
last modified time | relevance | path

Searched defs:PrivateUse1 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DDeviceType.h57 PrivateUse1 = 20, // PrivateUse1 device enumerator
H A DBackend.h64 PrivateUse1, enumerator
/aosp_15_r20/external/pytorch/test/cpp_extensions/
H A Dopen_registration_extension.cpp506 TORCH_LIBRARY_IMPL(aten, PrivateUse1, m) { in TORCH_LIBRARY_IMPL() argument
528 TORCH_LIBRARY_IMPL(aten, PrivateUse1, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/pytorch/test/cpp_extensions/open_registration_extension/pytorch_openreg/csrc/
H A DOpenRegMem.cpp116 TORCH_LIBRARY_IMPL(aten, PrivateUse1, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/pytorch/torch/csrc/profiler/orchestration/
H A Dobserver.h20 PrivateUse1, // PrivateUse1 kernels, runtime enumerator
/aosp_15_r20/external/pytorch/test/inductor/extension_backends/cpp/
H A Dextension_device.cpp154 TORCH_LIBRARY_IMPL(aten, PrivateUse1, m) { in TORCH_LIBRARY_IMPL() argument
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py147 PrivateUse1 = auto() variable in DispatchKey