Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tfl.cc2327 auto tfl_s2b_op = cast<TFL::SpaceToBatchNdOp>(op); in matchAndRewrite() local
2329 rewriter, op, tfl_s2b_op.getResult(), tfl_s2b_op.input(), in matchAndRewrite()
2330 tfl_s2b_op.block_shape(), tfl_s2b_op.paddings()); in matchAndRewrite()