Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_fusible.h109 bool IsConsumerTheOnlyNonRootUser(const HloInstruction& instr,
Dhorizontal_input_fusion.cc86 IsConsumerTheOnlyNonRootUser(*predecessor, *consumer)) { in FindAndSortFusionCandidates()
Dgpu_fusible.cc525 bool IsConsumerTheOnlyNonRootUser(const HloInstruction& instr, in IsConsumerTheOnlyNonRootUser() function
530 return IsConsumerTheOnlyNonRootUser(*user, consumer); in IsConsumerTheOnlyNonRootUser()
Dhorizontal_loop_fusion.cc222 } else if (!IsConsumerTheOnlyNonRootUser(*instr, *consumer)) { in Initialize()