Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc1065 std::vector<HloInstruction*> best_users_copy = best->users(); in RematerializeComputation() local
1066 for (HloInstruction* user : best_users_copy) { in RematerializeComputation()