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

  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment_test.cc 62 std::vector<const HloInstruction*> GetInstructions() { return instructions_; }
74 const std::vector<const HloInstruction*> GetInstructions(HloInstruction* root) {
77 return main_list.GetInstructions();
568 const std::vector<const HloInstruction*> level0 = GetInstructions(sub);
594 const std::vector<const HloInstruction*> level0 = GetInstructions(map);
596 const std::vector<const HloInstruction*> level1 = GetInstructions(inner_last);
660 const std::vector<const HloInstruction*> instrs = GetInstructions(exp3);
705 const std::vector<const HloInstruction*> level0 = GetInstructions(while_op);
708 GetInstructions(condition_computation->root_instruction());
711 GetInstructions(body_computation->root_instruction())
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 291 milliseconds