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.cc357 std::unique_ptr<HloInstruction> lhs_instr = in EvaluateElementwiseBinaryOp() local
363 HloInstruction::CreateBinary(lhs.shape(), opcode, lhs_instr.get(), in EvaluateElementwiseBinaryOp()
386 std::unique_ptr<HloInstruction> lhs_instr = in EvaluateDotOp() local
397 HloInstruction::CreateDot(dot_shape, lhs_instr.get(), rhs_instr.get(), in EvaluateDotOp()