Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc67 std::vector<const HloInstruction*> GetInstructions() { return instructions_; } in GetInstructions() function in xla::__anon3198ac380111::InstructionListVisitor
79 const std::vector<const HloInstruction*> GetInstructions(HloInstruction* root) { in GetInstructions() function
82 return main_list.GetInstructions(); in GetInstructions()
731 const std::vector<const HloInstruction*> level0 = GetInstructions(sub); in TEST_F()
757 const std::vector<const HloInstruction*> level0 = GetInstructions(map); in TEST_F()
759 const std::vector<const HloInstruction*> level1 = GetInstructions(inner_last); in TEST_F()
823 const std::vector<const HloInstruction*> instrs = GetInstructions(exp3); in TEST_F()
868 const std::vector<const HloInstruction*> level0 = GetInstructions(while_op); in TEST_F()
871 GetInstructions(condition_computation->root_instruction()); in TEST_F()
874 GetInstructions(body_computation->root_instruction()); in TEST_F()
[all …]