Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dlazy_graph_executor.h122 struct CachedComputation { struct
123 explicit CachedComputation(ComputationPtr computation) in CachedComputation() argument
129 using ComputationCache = Cache<hash_t, CachedComputation, HashReducer>; argument