Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dinstruction_fusion.h101 bool EffectivelyAtMostUnary(HloInstruction* hlo);
Dinstruction_fusion.cc172 bool InstructionFusion::EffectivelyAtMostUnary(HloInstruction* hlo) { in EffectivelyAtMostUnary() function in xla::InstructionFusion
263 if (EffectivelyAtMostUnary(producer)) { in ComputeGloballyUnfusible()