Searched refs:mul_op_2 (Results 1 – 2 of 2) sorted by relevance
1197 ::mlir::TF::MulOp mul_op_2; in matchAndRewrite()1202 mul_op_2 = rewriter.create<::mlir::TF::MulOp>(odsLoc, tblgen_value_0, in matchAndRewrite()1207 variance_value = (*mul_op_2.getODSResults(0).begin()); in matchAndRewrite()1250 ::mlir::TF::MulOp mul_op_2; in matchAndRewrite()1253 mul_op_2 = rewriter.create<::mlir::TF::MulOp>(odsLoc, in matchAndRewrite()1260 ::mlir::Value tblgen_value_1 = (*mul_op_2.getODSResults(0).begin()); in matchAndRewrite()
173 Output mul_op_2 = in TestFoldBatchNormsConv2DShared() local