Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.cc3897 absl::flat_hash_map<const HloInstruction*, UseKind> memoization_cache; in Compute() local
3898 return ComputeInternal(i, hlo, &memoization_cache); in Compute()