Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc1645 std::function<bool(HloInstruction*)> uses_empty = [&](HloInstruction* i) { in RematerializeInstructions() local
1647 if (!IsSupportedIndirectUser(u) || !uses_empty(u)) { in RematerializeInstructions()
1658 if (uses_empty(best)) { in RematerializeInstructions()