Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc325 auto tf_square_op = cast<TF::SquareOp>(op); in matchAndRewrite() local
328 convertMultiplyOp(rewriter, op, tf_square_op.getResult(), in matchAndRewrite()
329 tf_square_op.x(), tf_square_op.x()); in matchAndRewrite()