Searched refs:lazy_graph_executor_registry (Results 1 – 1 of 1) sorted by relevance
62 std::atomic<LazyGraphExecutor*> lazy_graph_executor_registry; variable350 lazy_graph_executor_registry.store(executor); in Register()353 auto* executor = lazy_graph_executor_registry.load(); in Get()