Searched refs:op1_rescale_lhs (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/ |
D | legalization.md | 3371 %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/ |
D | legalize_tfl.cc | 539 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()
|
D | legalize_common.cc | 523 Value op1_rescale_lhs = buildRescaleToInt32( in convertMultiplyOp() local 529 op1_rescale_lhs, op2_rescale_rhs, 0); in convertMultiplyOp()
|