Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_to_ir_bindings.cc217 std::vector<const HloInstruction*> hlos_to_unbind; in UnbindAllLocalIrValues() local
221 hlos_to_unbind.push_back(key_value.first); in UnbindAllLocalIrValues()
224 for (const HloInstruction* hlo_to_unbind : hlos_to_unbind) { in UnbindAllLocalIrValues()