Home
last modified time | relevance | path

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

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