Searched refs:get_simplified_operand (Results 1 – 1 of 1) sorted by relevance
2717 std::function<HloInstruction*(HloInstruction*)> get_simplified_operand; in AddUse() local2718 get_simplified_operand = [&](HloInstruction* instruction) { in AddUse()2721 get_simplified_operand(instruction->mutable_operand(0)); in AddUse()2730 operand = get_simplified_operand(operand); in AddUse()