Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_metadata.cc74 const TrackedInstruction* tracked = GetTrackedInstruction(hlo->parent()); in Build()
97 GetTrackedInstruction(peer_computation); in Build()
111 GetTrackedInstruction(companion->parent()); in Build()
246 while ((companion = GetTrackedInstruction(parent)) != nullptr) { in GetCompanionsPath()
Dhlo_module_group_metadata.h246 const TrackedInstruction* GetTrackedInstruction( in GetTrackedInstruction() function