Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcopy_insertion.cc728 const InstructionEntry& entry2, bool instr2_can_modify) { in Compute() argument
742 if (def == nullptr || !instr2_can_modify) { in Compute()
778 bool instr2_can_modify = in Compute() local
784 auto rel = Compute(instr_entry1, instr_entry2, instr2_can_modify); in Compute()