Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc1563 absl::flat_hash_map<int64, HloInstruction*> gte_cache; in RematerializeInstructions() local
1571 auto cached_gte = gte_cache.find(*user.index); in RematerializeInstructions()
1572 if (cached_gte == gte_cache.end()) { in RematerializeInstructions()
1579 gte_cache[*user.index] = remat_use; in RematerializeInstructions()