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.cc1706 std::vector<HloInstruction*> best_users_copy = best->users(); in CompressInstruction() local
1707 for (HloInstruction* user : best_users_copy) { in CompressInstruction()