Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_common.h60 Value input_lhs_val,
Dlegalize_common.cc442 Value input_lhs_val, in convertMultiplyOp() argument
445 input_lhs_val.getType().dyn_cast<RankedTensorType>(); in convertMultiplyOp()
485 rewriter, op, input_lhs_val, 1.0f, input_lhs_qtype.getZeroPoint()); in convertMultiplyOp()
496 .create<tosa::MulOp>(op->getLoc(), output_type, input_lhs_val, in convertMultiplyOp()