Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md3371 %op1_rescale_lhs = tosa.RESCALE(%lhs) {scale=lhs_scale, input_zp=%lhs.zp, output_zp=0} // %lhs.dtyp…
3373 %op3_add_op1_op2 = tosa.ADD(%op1_rescale_lhs, %op2_rescale_rhs)
4107 %op1_rescale_lhs = tosa.RESCALE(%lhs) {scale=1.0, input_zp=%lhs.zp, output_zp=0} // %lhs.dtype->i32
4109 %op3_greater_op1_op2 = tosa.GREATER(%op1_rescale_lhs, %op2_rescale_rhs)
4141 %op1_rescale_lhs = tosa.RESCALE(%lhs) {scale=1.0, input_zp=%lhs.zp, output_zp=0} // %lhs.dtype->i32
4143 %op3_ge_op1_op2 = tosa.GREATER_EQUAL(%op1_rescale_lhs, %op2_rescale_rhs)
4376 %op1_rescale_lhs = tosa.RESCALE(%lhs) {scale=1.0f, input_zp=%lhs.zp, output_zp=0} // %lhs.dtype->i32
4378 %op3_mul_op1_op2 = tosa.MUL(%op1_rescale_lhs, %op2_rescale_rhs)
4422 %op1_rescale_lhs = tosa.RESCALE(%lhs) {scale=1.0f, input_zp=%lhs.zp, output_zp=0} // %lhs.dtype->i32
4424 %op3_equal_op1_op2 = tosa.EQUAL(%op1_rescale_lhs, %op2_rescale_rhs)
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc539 Value op1_rescale_lhs = in matchAndRewriteAddSub() local
546 rewriter, op->getLoc(), rescale_type, op1_rescale_lhs, op2_rescale_rhs); in matchAndRewriteAddSub()
737 Value op1_rescale_lhs = in matchAndRewrite() local
742 rewriter, op->getLoc(), rescale_type, op1_rescale_lhs, op2_rescale_rhs); in matchAndRewrite()
789 Value op1_rescale_lhs = in matchAndRewrite() local
794 rewriter, op->getLoc(), rescale_type, op1_rescale_lhs, op2_rescale_rhs); in matchAndRewrite()
Dlegalize_common.cc523 Value op1_rescale_lhs = buildRescaleToInt32( in convertMultiplyOp() local
529 op1_rescale_lhs, op2_rescale_rhs, 0); in convertMultiplyOp()