Searched refs:instructions_to_fuse (Results 1 – 2 of 2) sorted by relevance
596 absl::Span<HloInstruction* const> instructions_to_fuse, in FuseInstructionsInto() argument599 HloInstruction* root = instructions_to_fuse.front(); in FuseInstructionsInto()605 for (size_t i = 1; i < instructions_to_fuse.size(); ++i) { in FuseInstructionsInto()606 HloInstruction* instruction = instructions_to_fuse[i]; in FuseInstructionsInto()615 absl::Span<HloInstruction* const> instructions_to_fuse, in CreateFusionInstruction() argument617 HloInstruction* root = instructions_to_fuse.front(); in CreateFusionInstruction()620 FuseInstructionsInto(instructions_to_fuse, fusion_instruction); in CreateFusionInstruction()
242 absl::Span<HloInstruction* const> instructions_to_fuse,434 absl::Span<HloInstruction* const> instructions_to_fuse,