Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc1571 auto cached_gte = gte_cache.find(*user.index); in RematerializeInstructions() local
1572 if (cached_gte == gte_cache.end()) { in RematerializeInstructions()
1581 remat_use = cached_gte->second; in RematerializeInstructions()