Home
last modified time | relevance | path

Searched defs:cached_computation (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dlazy_graph_executor.cpp540 ComputationCache::TypePtr cached_computation) in Async()
743 ComputationCache::TypePtr cached_computation = in TryRunCachedSync() local
813 ComputationCache::TypePtr cached_computation = in LookupCachedCompile() local
867 auto cached_computation = std::make_shared<CachedComputation>( in SyncTensorsGraphInternal() local
884 ComputationCache::TypePtr cached_computation) { in ScheduleSyncTensorsGraph()
947 ComputationCache::TypePtr cached_computation, in ScheduleSyncTensorsGraph()
H A Dlazy_graph_executor.h329 ComputationCache::TypePtr cached_computation; member