Home
last modified time | relevance | path

Searched defs:MakeComputationPostOrder (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_module.cc714 std::vector<HloComputation*> HloModule::MakeComputationPostOrder( in MakeComputationPostOrder() function in xla::HloModule
731 std::vector<HloComputation*> HloModule::MakeComputationPostOrder( in MakeComputationPostOrder() function in xla::HloModule
H A Dhlo_module.h263 std::vector<HloComputation*> MakeComputationPostOrder() const { in MakeComputationPostOrder() function