Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc339 auto tf_squared_op = cast<TF::SquaredDifferenceOp>(op); in matchAndRewrite() local
342 convertSquaredDifferenceOp(rewriter, op, tf_squared_op.getResult(), in matchAndRewrite()
343 tf_squared_op.x(), tf_squared_op.y()); in matchAndRewrite()