Searched refs:ChooseKind (Results 1 – 6 of 6) sorted by relevance
33 HloInstruction::FusionKind ChooseKind(
171 HloInstruction::FusionKind CpuInstructionFusion::ChooseKind( in ChooseKind() function in xla::cpu::CpuInstructionFusion
279 HloInstruction::FusionKind GpuInstructionFusion::ChooseKind( in ChooseKind() function in xla::gpu::GpuInstructionFusion293 return InstructionFusion::ChooseKind(producer, consumer); in ChooseKind()
50 HloInstruction::FusionKind ChooseKind(
83 virtual HloInstruction::FusionKind ChooseKind(const HloInstruction* producer,
538 auto kind = ChooseKind(producer, consumer); in AddFusionInstruction()639 HloInstruction::FusionKind InstructionFusion::ChooseKind( in ChooseKind() function in xla::InstructionFusion