Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_util.h58 std::vector<HloInstruction*> RootInstructions(
Dhlo_module_group_util.cc195 std::vector<HloInstruction*> HloModuleGroupUtil::RootInstructions( in RootInstructions() function in xla::HloModuleGroupUtil
359 for (HloInstruction* root : RootInstructions(computations)) { in ComputeReachability()