Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/lazy/backend/
H A Dbackend_interface.cpp8 std::atomic<const BackendImplInterface*> backend_impl_registry; variable
12 return !!backend_impl_registry.load(); in hasBackend()
16 auto* interface = backend_impl_registry.load(); in getBackend()
23 backend_impl_registry.store(backend_impl_interface); in BackendRegistrar()