Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/client/
Dvalue_inference.cc1719 auto lhs_inst = builder_->LookUpInstructionByHandle(lhs).ValueOrDie(); in SimplifyOp() local
1721 StringToHloOpcode(lhs_inst->opcode()).ValueOrDie(); in SimplifyOp()
1723 auto add_lhs_handle = SimplifyOp(lhs_inst->operand_ids(0)) in SimplifyOp()
1726 auto add_rhs_handle = SimplifyOp(lhs_inst->operand_ids(1)) in SimplifyOp()