Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc2717 std::function<HloInstruction*(HloInstruction*)> get_simplified_operand; in AddUse() local
2718 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()