Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.cc996 HloInstructionMap<ShapeTree<bool>> instructions_to_copy; in AddSpecialCaseCopies()
Dhlo_instruction.h1834 using HloInstructionMap = std::map<HloInstruction*, ValueT, HloPtrComparator>; variable