Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc312 auto tf_mul_op = cast<TF::MulOp>(op); in matchAndRewrite() local
315 rewriter, op, tf_mul_op.getResult(), tf_mul_op.x(), tf_mul_op.y()); in matchAndRewrite()