Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module.cc788 std::vector<HloComputation*> post_order_with_execution_threads; in MakeComputationPostOrder() local
790 post_order, std::back_inserter(post_order_with_execution_threads), in MakeComputationPostOrder()
795 return post_order_with_execution_threads; in MakeComputationPostOrder()