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

  /external/tensorflow/tensorflow/compiler/xla/tests/
fusion_test.cc 99 std::unique_ptr<HloInstruction> root_hlo; local
102 root_hlo = HloInstruction::CreateUnary(answer_shape, opcode, hlos[1]);
105 root_hlo = HloInstruction::CreateBinary(answer_shape, opcode, hlos[1],
109 root_hlo = HloInstruction::CreateTernary(answer_shape, opcode, hlos[1],
115 hlos[0] = builder.AddInstruction(std::move(root_hlo));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment.cc 1314 const HloInstruction* root_hlo = local
    [all...]

Completed in 305 milliseconds