Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion.h126 using HloInstructionSet = std::unordered_set<HloInstruction*>;
139 const HloInstructionSet& do_not_fuse,
145 HloInstructionSet ComputeGloballyUnfusible(
Dinstruction_fusion.cc197 const HloInstructionSet& do_not_fuse, in CanFuseOnAllPaths()
237 InstructionFusion::HloInstructionSet
249 HloInstructionSet do_not_duplicate; in ComputeGloballyUnfusible()
459 HloInstructionSet do_not_duplicate; in Run()
Dreshape_mover.cc347 HloInstructionSet* reshape_candidates) { in TryReshapeMoveOnCandidates()
397 HloInstructionSet reshape_candidates; in Run()
Dhlo_instruction.h1840 using HloInstructionSet = std::set<HloInstruction*, HloPtrComparator>; variable