HomeSort by relevance Sort by last modified time
    Searched refs:fusion_instructions (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
logical_buffer_analysis.cc 29 // Gather fusion instructions from 'instruction' into 'fusion_instructions'.
32 std::vector<HloInstruction*>* fusion_instructions) {
36 GatherFusionInstructions(fused, fusion_instructions);
39 fusion_instructions->push_back(instruction);
62 std::vector<HloInstruction*> fusion_instructions; local
69 GatherFusionInstructions(instruction, &fusion_instructions);
72 for (auto* instruction : fusion_instructions) {
tuple_points_to_analysis.cc 122 // Gather fusion instructions from 'instruction' into 'fusion_instructions'.
125 std::vector<HloInstruction*>* fusion_instructions) {
129 GatherFusionInstructions(fused, fusion_instructions);
132 fusion_instructions->push_back(instruction);
154 std::vector<HloInstruction*> fusion_instructions; local
161 GatherFusionInstructions(instruction, &fusion_instructions);
166 for (auto* instruction : fusion_instructions) {
    [all...]

Completed in 459 milliseconds