Searched refs:real_root (Results 1 – 2 of 2) sorted by relevance
67 real_root = _get_real_root(file)68 if real_root:69 roots[real_root] = True
2777 HloInstruction* real_root = nullptr; in GetOrCreateSubComputationFromRegion() local2783 if (real_root == nullptr) { in GetOrCreateSubComputationFromRegion()2784 real_root = operand->mutable_operand(0); in GetOrCreateSubComputationFromRegion()2785 } else if (real_root != operand->operand(0)) { in GetOrCreateSubComputationFromRegion()2793 fused_computation->set_root_instruction(real_root); in GetOrCreateSubComputationFromRegion()2803 root = real_root; in GetOrCreateSubComputationFromRegion()