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

  /external/tensorflow/tensorflow/compiler/xla/service/
graphviz_example.cc 138 fusion->FuseInstruction(map2);
139 fusion->FuseInstruction(map1);
instruction_fusion.cc 417 fusion_instruction->FuseInstruction(producer);
hlo_instruction_test.cc 777 fusion->FuseInstruction(map_2_x);
780 fusion->FuseInstruction(map_1_x);
    [all...]
hlo_computation.cc 447 fusion_instruction->FuseInstruction(instruction);
hlo_instruction.h 463 // instruction with the method FuseInstruction.
    [all...]
hlo_instruction.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_layout_assignment_test.cc 294 HloInstruction* fused_dot = fusion_instruction->FuseInstruction(dot_result);

Completed in 77 milliseconds