Searched refs:op4_rescale_op3 (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_common.cc | 1435 Value op4_rescale_op3 = in convertSoftmaxOp() local 1443 rewriter, op->getLoc(), int32_logits_type, op4_rescale_op3, in convertSoftmaxOp() 1447 rewriter, op->getLoc(), int32_logits_type, op4_rescale_op3, in convertSoftmaxOp() 1451 rewriter, op->getLoc(), int32_logits_type, op4_rescale_op3, in convertSoftmaxOp() 1455 rewriter, op->getLoc(), int32_logits_type, op4_rescale_op3, in convertSoftmaxOp() 1632 Value op4_rescale_op3 = buildRescale( in convertSoftmaxOp() local 1637 rewriter, op->getLoc(), int32_logits_type, op4_rescale_op3, in convertSoftmaxOp()
|
D | legalize_tfl.cc | 547 Value op4_rescale_op3 = buildRescaleFromInt32( in matchAndRewriteAddSub() local 550 output = op4_rescale_op3; in matchAndRewriteAddSub() 743 Value op4_rescale_op3 = buildRescaleFromInt32( in matchAndRewrite() local 746 output = op4_rescale_op3; in matchAndRewrite() 795 Value op4_rescale_op3 = buildRescaleFromInt32( in matchAndRewrite() local 798 output = op4_rescale_op3; in matchAndRewrite()
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/ |
D | legalization.md | 3374 %op4_rescale_op3 = tosa.RESCALE(%op3_add_op1_op2) {scale=output_scale} // i32->%output.dtype 4379 %op4_rescale_op3 = tosa.RESCALE(%op3_mul_op1_op2) {scale=%lhs.scale * %rhs.scale / %output.scale, i… 4846 %op4_rescale_op3 = tosa.RESCALE(%op3_sub_op1_op2) {scale=op4_rescale_scale, input_zp=0, output_zp=0… 4847 %op5_table_op4 = tosa.TABLE(%op4_rescale_op3, %const_exp_table)
|