Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc596 absl::Span<HloInstruction* const> instructions_to_fuse, in FuseInstructionsInto() argument
599 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() argument
617 HloInstruction* root = instructions_to_fuse.front(); in CreateFusionInstruction()
620 FuseInstructionsInto(instructions_to_fuse, fusion_instruction); in CreateFusionInstruction()
Dhlo_computation.h242 absl::Span<HloInstruction* const> instructions_to_fuse,
434 absl::Span<HloInstruction* const> instructions_to_fuse,