Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_simplifier.cc78 HloInstruction* top_tuple = nullptr; in Run() local
88 if (top_tuple == nullptr) { in Run()
89 top_tuple = operand->mutable_operand(0); in Run()
90 if (!ShapeUtil::Compatible(top_tuple->shape(), in Run()
95 } else if (top_tuple != operand->operand(0)) { in Run()
100 if (can_simplify && top_tuple != nullptr) { in Run()
102 TF_RETURN_IF_ERROR(instruction->ReplaceAllUsesWith(top_tuple)); in Run()