Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.cc495 std::vector<HloInstruction*> trace_instructions; in MakeInstructionPostOrder() local
503 trace_instructions.push_back(instruction.get()); in MakeInstructionPostOrder()
509 post_order.insert(post_order.end(), trace_instructions.begin(), in MakeInstructionPostOrder()
510 trace_instructions.end()); in MakeInstructionPostOrder()