Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc429 auto tf_minimum_op = cast<TF::MinimumOp>(op); in matchAndRewrite() local
432 tf_minimum_op.getResult().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()
437 op, output_type, tf_minimum_op.x(), tf_minimum_op.y()); in matchAndRewrite()