Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc2341 auto tfl_b2s_op = cast<TFL::BatchToSpaceNdOp>(op); in matchAndRewrite() local
2344 rewriter, op, tfl_b2s_op.getResult(), tfl_b2s_op.input(), in matchAndRewrite()
2345 tfl_b2s_op.block_shape(), tfl_b2s_op.indices()); in matchAndRewrite()