Searched refs:op1_rescale_lhs (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_tfl.cc | 363 Value op1_rescale_lhs = in matchAndRewrite() local 370 op->getLoc(), output_type, op1_rescale_lhs, op2_rescale_rhs); in matchAndRewrite() 432 Value op1_rescale_lhs = in matchAndRewrite() local 439 op->getLoc(), output_type, op1_rescale_lhs, op2_rescale_rhs); in matchAndRewrite() 496 Value op1_rescale_lhs = in matchAndRewrite() local 503 op->getLoc(), output_type, op1_rescale_lhs, op2_rescale_rhs); in matchAndRewrite() 582 Value op1_rescale_lhs = in matchAndRewrite() local 589 op->getLoc(), rescale_type, op1_rescale_lhs, op2_rescale_rhs); in matchAndRewrite() 679 Value op1_rescale_lhs = in matchAndRewrite() local 686 op->getLoc(), rescale_type, op1_rescale_lhs, op2_rescale_rhs); in matchAndRewrite() [all …]
|
D | legalize_common.cc | 484 Value op1_rescale_lhs = buildRescaleToInt32( in convertMultiplyOp() local 489 op->getLoc(), rescale_type, op1_rescale_lhs, op2_rescale_rhs, 0); in convertMultiplyOp()
|