Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc366 Value op2_rescale_rhs = in matchAndRewrite() local
370 op->getLoc(), output_type, op1_rescale_lhs, op2_rescale_rhs); in matchAndRewrite()
435 Value op2_rescale_rhs = in matchAndRewrite() local
439 op->getLoc(), output_type, op1_rescale_lhs, op2_rescale_rhs); in matchAndRewrite()
499 Value op2_rescale_rhs = in matchAndRewrite() local
503 op->getLoc(), output_type, op1_rescale_lhs, op2_rescale_rhs); in matchAndRewrite()
585 Value op2_rescale_rhs = in matchAndRewrite() local
589 op->getLoc(), rescale_type, op1_rescale_lhs, op2_rescale_rhs); in matchAndRewrite()
682 Value op2_rescale_rhs = in matchAndRewrite() local
686 op->getLoc(), rescale_type, op1_rescale_lhs, op2_rescale_rhs); in matchAndRewrite()
[all …]
Dlegalize_common.cc486 Value op2_rescale_rhs = buildRescaleToInt32( in convertMultiplyOp() local
489 op->getLoc(), rescale_type, op1_rescale_lhs, op2_rescale_rhs, 0); in convertMultiplyOp()