Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc338 std::unique_ptr<HloInstruction> lhs_instr = in EvaluateElementwiseBinaryOp() local
344 HloInstruction::CreateBinary(lhs.shape(), opcode, lhs_instr.get(), in EvaluateElementwiseBinaryOp()
367 std::unique_ptr<HloInstruction> lhs_instr = in EvaluateDotOp() local
377 HloInstruction::CreateDot(dot_shape, lhs_instr.get(), rhs_instr.get(), in EvaluateDotOp()