Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc1831 auto tf_b2s_op = cast<TF::BatchToSpaceNDOp>(op); in matchAndRewrite() local
1834 rewriter, op, tf_b2s_op.getResult(), tf_b2s_op.input(), in matchAndRewrite()
1835 tf_b2s_op.block_shape(), tf_b2s_op.crops()); in matchAndRewrite()