Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_metadata.h248 auto it = tracked_instructions_.find(computation); in GetTrackedInstruction()
249 return it != tracked_instructions_.end() ? &it->second : nullptr; in GetTrackedInstruction()
263 tracked_instructions_; variable
Dhlo_module_group_metadata.cc302 tracked_instructions_[hlo->while_condition()] = in RecordInstructions()
304 tracked_instructions_[hlo->while_body()] = in RecordInstructions()
308 tracked_instructions_[hlo->branch_computation(b)] = in RecordInstructions()
312 tracked_instructions_[hlo->to_apply()] = in RecordInstructions()
514 tracked_instructions_.contains(computation)) { in CheckCommunicatingInstruction()