Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cse.cc156 HloInstruction* equivalent_instruction = *it; in Run() local
158 instruction->ReplaceAllUsesWith(equivalent_instruction)); in Run()