Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dlazy_graph_executor.cpp62 std::atomic<LazyGraphExecutor*> lazy_graph_executor_registry; variable
350 lazy_graph_executor_registry.store(executor); in Register()
353 auto* executor = lazy_graph_executor_registry.load(); in Get()