Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_to_ir_bindings.cc53 absl::flat_hash_set<const HloInstruction*> already_bound_for_this_function; in EmitBasePointersForHlos() local
59 if (!already_bound_for_this_function.contains(io_hlo)) { in EmitBasePointersForHlos()
61 already_bound_for_this_function.insert(io_hlo); in EmitBasePointersForHlos()
71 if (already_bound_for_this_function.contains(non_io_hlo)) { in EmitBasePointersForHlos()
74 already_bound_for_this_function.insert(non_io_hlo); in EmitBasePointersForHlos()